Re: [google-appengine] Re: Getting current resource limits....

2014-04-22 Thread Vinny P
On Fri, Apr 4, 2014 at 1:45 PM, David French wrote: > Kept on this for an hour now... > > 2014-04-04 18:41:40 Running command: "['C:\\Python27\\python.exe', '-u', > 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', > '--no_cookies', u'--email=xx...@gmail.com', '--passin', 'upda

Re: [google-appengine] Docs Story Builder App Share Links Broken - Any Help?

2014-04-22 Thread Vinny P
On Fri, Apr 4, 2014 at 5:22 PM, wrote: > I am a teacher and have my students using > https://docsstorybuilder.appspot.com/ but when the story is completed the > share link seems to be broken every time. Here is the share link of a story > one of my students wrote. The link take you to this error

Re: [google-appengine] Wordpress installed to Google App Engine has infinite redirect loop on admin cp access

2014-04-22 Thread Vinny P
On Mon, Apr 7, 2014 at 4:28 AM, wrote: > I have installed Wordpress using the starter repository, with some > modifications for unrelated static content. Now when I attempt to use the > admin console, it redirect loops on https://www.kode54.net/wp-admin/. I > can provide any necessary configurati

Re: [google-appengine] Cloud SQL vs Datastore NDB

2014-04-22 Thread Vinny P
On Mon, Apr 21, 2014 at 2:11 PM, coto wrote: > Despite both have amazing features, these two database systems have > different strengths. I would like to hear your opinion about, when is > recommended to use Cloud SQL and when Datastore through NDB. > The choice between Cloud SQL and the NDB Da

Re: [google-appengine] Nested divs not showing

2014-04-22 Thread Vinny P
On Mon, Apr 7, 2014 at 7:53 AM, wrote: > I have been trying for the past hour to get my nestetd Divs to display but > nothing. > Each div on its own works fine and soon as i include 2+. Fail. > Strangely enough when just loading just the html page in a browser > everything works perfectly. Run t

Re: [google-appengine] New App Idea- Please Help

2014-04-22 Thread Vinny P
On Mon, Apr 14, 2014 at 10:28 PM, Alison Levitch wrote: > Hey I have a great idea for an app but I dont know the first thing to do, > I think google would be very interested. I am hesitant to say what it is > because I am afraid some one will see my post and steal my idea. > What do I do? Is the

Re: [google-appengine] Managed website hosting on Google Cloud Platform

2014-04-22 Thread Vinny P
On Tue, Apr 15, 2014 at 3:59 PM, Ádám Karácsony wrote: > I've been trying to learn a way I could host and *manage websites on > Google Cloud Platform*, without success. As I understand now, It's > possible to host an instance of Wordpress on App Engine, but general > hosting with FTP, email, DNS

Re: [google-appengine] how to maintain android package name for same code deployed on two different app engine instances

2014-04-22 Thread Vinny P
On Tue, Apr 22, 2014 at 3:53 AM, pankaj anand wrote: > on our test project we have set the package name and sha1 key to generate > the android client id but we are unable to do so on production server > because of the same package name. *It gives an error by saying that > package name should be

Re: [google-appengine] How to upload file with new dev_appserver

2014-04-22 Thread Devel63
Figured it out (finally!). I had been logging elements of the request (params, body, etc.) as I sorted through other issues. But you can only instantiate a cgi.FieldStorage element once, so by the time I got to the actual self.request.get('user_file'), it was already gone. Classic case in which

Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Rafael Sanches
I can run with that command, but I am running directly from IntelliJ appengine plugin, (like the screenshot configuration I sent) On Tue, Apr 22, 2014 at 4:11 PM, Aleem Mawani wrote: > I have a similar POM for each of my modules as your 2nd example, but > cd'ing into that directory and running m

Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Rafael
I can run with that command, but I am running directly from IntelliJ appengine plugin, (like the screenshot configuration I sent) On Tue, Apr 22, 2014 at 4:11 PM, Aleem Mawani wrote: > I have a similar POM for each of my modules as your 2nd example, but > cd'ing into that directory and running m

[google-appengine] Re: [JAVA] How to join two entity with app engine into the server ?

2014-04-22 Thread timh
Something I truly do not understand, is why so many people persist in talking about tables (and all that "tables" implies) when when designing applications using the datastore especially with so much documentation available covering what the datastore does and how it works. The datastore has bee

Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Aleem Mawani
I have a similar POM for each of my modules as your 2nd example, but cd'ing into that directory and running mvn appengine:devserver did not work (failed with an error). Is that how you're running a single module server? On Tue, Apr 22, 2014 at 11:46 AM, Rafael wrote: > I use the IntelliJ plugin

[google-appengine] Re: Cloud SQL vs Datastore NDB

2014-04-22 Thread Jason Collins
You could check out "Battle of the Backends": https://www.youtube.com/watch?v=rRoy6I4gKWU j On Monday, 21 April 2014 13:11:56 UTC-6, coto wrote: > > Despite both have amazing features, these two database systems have > different strengths. I would like to hear your opinion about, when is > rec

Re: [google-appengine] How to upload file with new dev_appserver

2014-04-22 Thread Devel63
Nope. As I mentioned, self.request.POST is UnicodeMultiDict([]). On the other hand, self.request.params appears to have everything, but I cannot get at the dictionary entry, as described below. On Tuesday, April 22, 2014 2:16:19 PM UTC-7, paddycarey wrote: > > I think this should work: > >

Re: [google-appengine] How to upload file with new dev_appserver

2014-04-22 Thread Paddy Carey
I think this should work: file_content = self.request.POST.multi['user_file'].file.read() Paddy On Tue, Apr 22, 2014 at 9:40 PM, Devel63 wrote: > The documentation makes it appear very simple to get the contents of an > uploaded file, but while I can do this with old_dev_appserver.py, I c

[google-appengine] Re: Using Namespaces

2014-04-22 Thread Renzo Nuccitelli
On Tuesday, April 22, 2014 10:06:24 AM UTC-3, SMF wrote: > > Hi there > > I have a few basic questions > > 1. If I have 1000+ Namespaces, how will they get displayed in the App > Engine Admin Console (Datastore Viewer), > Right now I have few and they are displayed in a dropdown box. > I am c

[google-appengine] Re: Appspot failure "does not designate permitted sender hosts"

2014-04-22 Thread Mars Lan
Appears to be a SPF configuration error: http://social.technet.microsoft.com/Forums/exchange/en-US/598f9226-d397-4d89-b195-0e05b0da3942/receivedspf?forum=exchangesvradminlegacy On Thursday, April 17, 2014 4:01:11 AM UTC-7, Rob Cochran wrote: > > I have a very simple app that will take an Email an

[google-appengine] Re: Too many redirects

2014-04-22 Thread Mars Lan
Have you tried clearing all cookies? On Wednesday, April 9, 2014 3:18:14 PM UTC-7, mun...@getunseen.com wrote: > > Hey Everyone, > I'm having too many redirects problem. My email hosted on Google Apps was > deleted and recreated and now when I try to login in AppEngine, I get too > many redirect

[google-appengine] Re: Testing Modules with development server: modules and dispatcher not started

2014-04-22 Thread Mars Lan
You'll need to specify all YAML files for the modules to launch, i.e. dev_appserver.py app.yaml module1.yaml module2.yaml ... On Saturday, April 12, 2014 12:16:30 PM UTC-7, gaurav sinha wrote: > > Hi Oliv, > I am facing the same problem with GAE Python; only "default" module is > getting st

[google-appengine] Re: Static file referenced by handler not found: www/Contact.html

2014-04-22 Thread Mars Lan
Please share you app.yaml & directory structure. On Wednesday, April 16, 2014 8:41:29 PM UTC-7, Aurie P. wrote: > > I've created a website, tested it locally using the google app engine, > everything works perfectly with the execption of this one html page: > the error that I get is above and als

[google-appengine] Re: How can I work with tweepy (Twitter library in python) in Google App Engine?

2014-04-22 Thread Mars Lan
Could you check that the tweepy directory is correctly formatted, i.e. you should have something like /tweepy/__init__.py /tweepy/api.py /tweepy/... On Sunday, April 20, 2014 6:36:43 PM UTC-7, Devika Dwivedi wrote: > > Hi, I'm trying to get some tweets in my application using tweepy for > pyth

[google-appengine] Re: Upload File using IP address in URL

2014-04-22 Thread Mars Lan
Have you tried --address=0.0.0.0 to listen on all addresses? On Monday, April 21, 2014 1:16:25 AM UTC-7, Dias Raja wrote: > > Hi All, > > I am using Eclipse to develope Java appengine application. I used > 1.9.0 SDK. If I upload files locally its working fine with this url > localhost: b

[google-appengine] Re: App Engine pricing details

2014-04-22 Thread Mars Lan
You shouldn't see that error if you have billing enabled. Could you verify that from the "Billing Status" section of your admin console? On Tuesday, April 22, 2014 9:33:48 AM UTC-7, Ayush Verma wrote: > > Hello, I have enabled billing in my application but I am getting the same > error. I can v

[google-appengine] How to upload file with new dev_appserver

2014-04-22 Thread Devel63
The documentation makes it appear very simple to get the contents of an uploaded file, but while I can do this with old_dev_appserver.py, I cannot get it with the current dev_appserver.py (v1.9.2). Here's a simple example: http://localhost:8080/sync?cmd=tester"; enctype="multipart/form-data" m

[google-appengine] Re: javax.script support on Appengine

2014-04-22 Thread Randy Balaban
I deployed the app to Amazon's Elastic Beanstalk server with no issues at all. :( -Randy -- 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+

Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Rafael
I use the IntelliJ plugin: https://www.dropbox.com/s/yt0nk3paanwtol3/Screenshot%202014-04-22%2011.46.00.png In any case, you can run each module separately with something like this: https://www.dropbox.com/s/6cve0xqticujdzw/Screenshot%202014-04-22%2011.47.00.png On Tue, Apr 22, 2014 at 11:37 A

Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Aleem Mawani
How are you able to run each server independently? I'm having trouble getting maven to just build and run one server. ᐧ On Tue, Apr 22, 2014 at 11:29 AM, Rafael wrote: > Aleem, > > I use IntelliJ to run each module separately. I have 4 modules running in > different ports. > > That way I can ju

Re: [google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Rafael
Aleem, I use IntelliJ to run each module separately. I have 4 modules running in different ports. That way I can just press play and it will replace the resources and classes with new ones, or I can just reboot one module at the time. I can also boot only one module if I want. I had to code my o

Re: [google-appengine] [JAVA] How to join two entity with app engine into the server ?

2014-04-22 Thread Rafael
http://stackoverflow.com/questions/810303/without-joins-on-google-app-engine-does-your-data-have-to-exist-in-one-big-tabl On Sun, Apr 6, 2014 at 7:46 AM, Julien De Almeida < dealmeida.jul...@gmail.com> wrote: > Hello, > > I want to create a Map object with key a Party and value a Player. > But I

Re: [google-appengine] Nested divs not showing

2014-04-22 Thread PK
This sounds like a front end question. What makes you believe it is GAE related? Can you show some code? PK > On Apr 7, 2014, at 5:53 AM, g...@ogpss.com wrote: > > I have been trying for the past hour to get my nestetd Divs to display but > nothing. > > Each div on its own works fine and soo

Re: [google-appengine] New App Idea- Please Help

2014-04-22 Thread Jeff Schnitzer
First read all of this: http://paulgraham.com/articles.html Then read all of this: http://blakemasters.com/peter-thiels-cs183-startup Then you will understand how silly your question is. Jeff On Mon, Apr 14, 2014 at 8:28 PM, Alison Levitch wrote: > Hey I have a great idea for an app but I don

Re: [google-appengine] Managed website hosting on Google Cloud Platform

2014-04-22 Thread Jeff Schnitzer
On Tue, Apr 15, 2014 at 1:59 PM, Ádám Karácsony wrote: > > Is there a solution? If not, will Google in the future provide *archaic* > platform for managed website hosting? Fixed that for you. FTP? Really? Jeff -- You received this message because you are subscribed to the Google Groups "Goo

[google-appengine] Re: App Engine pricing details

2014-04-22 Thread Ayush Verma
Hello, I have enabled billing in my application but I am getting the same error. I can verify that billing has been enabled as I can create a bucket in Cloud storage. Any help will me much appreciated. -- You received this message because you are subscribed to the Google Groups "Google App En

Re: [google-appengine] Re: No Handlers matched this URL - Warning - What does it mean?

2014-04-22 Thread Barry Hunter
> > > - url: /images > - url: / > - url: /getvalue > - url: /setvalue > - url: /sendemail > > None of those match /storeavalue so AppEngine doesnt know what to serve. You will need to add a handler for /storeavalue :) -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Managed website hosting on Google Cloud Platform

2014-04-22 Thread Barry Hunter
Well AppEngine in particular and and the cloud platform in general, DOES provide managed hosting. Nearly everything except maybe compute-engine is managed (compute engine is only part managed). Its just not a typical LAMP stack, and dont use cPanel to control it. FTP -> Ok not really there. Uses

[google-appengine] Re: Cloud Datastore Dashboard not working

2014-04-22 Thread King Royal
I have had problems same to you,, Please help me!! -- 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.com. To post to

[google-appengine] Upload File using IP address in URL

2014-04-22 Thread Dias Raja
Hi All, I am using Eclipse to develope Java appengine application. I used 1.9.0 SDK. If I upload files locally its working fine with this url localhost: but I change the url by using *--address=192.168.1.103* it change the URL to *http://localhost:/_ah/upload/ahRoZWxwZGVza2Fzc2V0c2

[google-appengine] Re: App Engine Tutorials For Beginners

2014-04-22 Thread Sri Harrsha
I too got the same problem when implementing.But the reason is the Eclipse IDE didnt generate R.java file while building the project ..I would recommend you to start over the whole client project so that R.java is generated properly.Instead of importing the code I would recommend you to create

[google-appengine] Re: javax.script support on Appengine

2014-04-22 Thread Randy Balaban
I am having a similar issue where I always get a 0 value returned when I try to use the ScriptEngine eval. By using Logger, I was able to determine that there are NullPointerExceptions being generated. After further inspection, it appears that GAE doesn't always return a valid script engine

Re: [google-appengine] javax.script support on Appengine

2014-04-22 Thread Randy Balaban
Hi, I am having a similar issue. It appears that GAE doesn't always return the the script engine, for I get a NULL Exception. My code looks like: public double myEval(String JsFormulaStr ) { double solutionValue = 0; ScriptEngineManager mgr = new ScriptEngineManager();

[google-appengine] how to maintain android package name for same code deployed on two different app engine instances

2014-04-22 Thread pankaj anand
We have two app engine instances running the same code for the sake of testing and production server. We are using endpoints API. Our android app which connects with both servers uses the same client code generated by google app engine tools. Based on our need we just switch the server url us

[google-appengine] Catch-all URL with Flask when the path contains an URL

2014-04-22 Thread Amaury Martiny
Hi everyone! I want to catch all the URLs in my Flask app, with this piece of code @app.route('/')def catch_all(path): return path Just a basic app with shows the relative path of each page. So this works fine for most of the paths (localhost/whatever/I/want for example prints whatever/I

[google-appengine] How can I work with tweepy (Twitter library in python) in Google App Engine?

2014-04-22 Thread Devika Dwivedi
Hi, I'm trying to get some tweets in my application using tweepy for python. I have included the tweepy library in the root directory of my app, but I am getting the following error when I try to deploy the app on local server : ERROR2014-04-21 01:07:11,979 wsgi.py:262] Traceback (most rec

[google-appengine] Request to not use Maven in GAE

2014-04-22 Thread Mike D
It seems like Maven is working its way into GAE. I would like to make my preference known to the GAE team. I prefer to not use Maven. I find it better to expand upon the GPE and simply provide documentation for how to set up a configuration. -- You received this message because you are subs

[google-appengine] Static file referenced by handler not found: www/Contact.html

2014-04-22 Thread Aurie P.
I've created a website, tested it locally using the google app engine, everything works perfectly with the execption of this one html page: the error that I get is above and also 404 Not found The requested URL /Contact.html was not found on this server. Can someone help me figure this out...than

[google-appengine] Google Calendar v3 C# getting Error: invalid_client

2014-04-22 Thread Allan McCombs
Hello, I am writing this example: https://developers.google.com/google-apps/calendar/instantiate but I get a webpage with this error. I get the error while while on line U serCredential credential. Error: invalid_client no application name Request Details - cookie_policy_enforce=false -

Re: [google-appengine] Re: Managed VMs - Limitations

2014-04-22 Thread David Gageot
Hi Kinesh, Here's what I've seen at the european roadshow and other conferences : (1) Manual Scaling: yes. Bounded (lower/upper): looks like a yes. Auto Scaling: no (2) The public version of Managed Vms will be based on Docker. So you'll provide a Dockerfile. You then can install everything you w

[google-appengine] Using Namespaces

2014-04-22 Thread SMF
Hi there I have a few basic questions 1. If I have 1000+ Namespaces, how will they get displayed in the App Engine Admin Console (Datastore Viewer), Right now I have few and they are displayed in a dropdown box. 2. I have a Multi-Tenant app where each tenant has its own namespace. the mode

[google-appengine] Redirect Loop on Login Attempt

2014-04-22 Thread tmaloney
I can login to appengine.google.com with my gmail.com domain email address, but cannot login with my custom domain email address. I've tried all browsers, clearing cache/cookies/etc. It is only for this account. Chrome reports "This webpage has a redirect loop" when I type in appengine.google.c

[google-appengine] Appspot failure "does not designate permitted sender hosts"

2014-04-22 Thread Rob Cochran
I have a very simple app that will take an Email and shoot the contents to my website in PHP. This is for a CMMS website where users can open workorders through an Email. Have not had any problems until just recently. A user in Australia cannot create workorders and gets a failure message wh

Re: [google-appengine] Re: No Handlers matched this URL - Warning - What does it mean?

2014-04-22 Thread Victor Ayala
HI, i am dealing thi a similar problem, in my case my log describes the following: 1. 186.70.26.234 - - [16/Apr/2014:21:41:55 -0700] "POST /storeavalue HTTP/1.1" 404 0 - - "solar-botany-552.appspot.com" ms=17 cpu_ms=0 app_engine_release=1.9.3 2. W2014-04-16 23:41:55.460

[google-appengine] Re: OverQuotaException without being over quota

2014-04-22 Thread John Zhou
Hi, I have the same problem. my app id is showbox-showbox-live please help to fix asap. it is affecting my live users. On Friday, December 7, 2012 4:51:05 PM UTC+8, Lucian Baciu wrote: > > My app has just started throwing this: > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API ca

[google-appengine] How does SNI SSL certificates work on App Engine

2014-04-22 Thread Salar Rahmanian
Hi I don't how SNI SSL Certificates work? Can I just buy any SSL Certificate I want on the market and install them or set them up as SNI ? Or only certain Certificates are SNI? Of course the reason I am looking at this is to have SSL on a custom domain for free. I have looked at this: http

[google-appengine] App Engine pricing details

2014-04-22 Thread Ayush Verma
Hello, I am getting "com.google.apphosting.api.ApiProxy$FeatureNotEnabledException: The Socket API will be enabled for this application once billing has been enabled in the admin console" error in my android endpoints enabled application. I checked appengine's pricing details, and saw that so

Re: [google-appengine] Dynamic Web Projects do not work

2014-04-22 Thread Iyenemi Tyger
I have faced the same issue with GAE 1.9.0 been battling with it I even tried to use the new Google web application option ,in my case I'm trying to use an enterprise application project with 2 web apllications as modules , the development server never runs . -- You received this message becau

[google-appengine] Managed website hosting on Google Cloud Platform

2014-04-22 Thread Ádám Karácsony
Hi, I've been trying to learn a way I could host and *manage websites on Google Cloud Platform*, without success. As I understand now, It's possible to host an instance of Wordpress on App Engine, but general hosting with FTP, email, DNS, backup, etc. features are out of option and setting up a

[google-appengine] Google Cloud Endpoint initialization

2014-04-22 Thread Mike D
I have some initialization stuff that I'd like to do before GCE can be used. How would I do this? I tried creating a ServletContextListener and then calling a static method on my GCE but that doesn't work. In debugging I can see that the GCEs static variables are not set when a method is inv

Re: [google-appengine] Re: Google CCS Server implementation for GCM (Google Cloud Messaging)

2014-04-22 Thread Devwrat Lad
Still Goole app Engine dont support java smack library now ? On Thursday, September 12, 2013 12:02:05 AM UTC+5:30, Vinny P wrote: > > On Tue, Sep 10, 2013 at 11:29 AM, mick > > wrote: > >> So is it that the suggested Smack is just using unnecessary features >> which conflicts with GAE restrictio

[google-appengine] Re: Django template how use ndb KeyProperty ?

2014-04-22 Thread Alan Wang
I had the same problem... 在 2013年8月21日星期三UTC+8上午11时59分22秒,JP TONG写道: > > I replace DB with NDB, but template use NDB KeyProperty no work, > > old DB models > > class Jword(db.Model): > fjword = db.StringProperty(required=True) #单词 > fpronunciation = db.StringProperty() #读音 > fcword =

[google-appengine] Google App Engine Task Queue not working with eclipse plugin: org.quartz.SchedulerConfigException: Unable to instantiate class load helper class

2014-04-22 Thread shivang sarawagi
I am trying to implement GAE Task queue with Spring. But I am receiving the following error when I run the queue implementation. Error INFO: Successfully processed C:\Users\388638\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp3\PubSub\WEB-INF/queue.xml Apr 14, 2014 12:14:11 PM c

[google-appengine] Re: Django template how use ndb KeyProperty ?

2014-04-22 Thread Alan Wang
got it fixed by using a tricky way. like this: @property def fjword_fjword(self): return self.fjword.get().fjword ... can't use get() in template like this: {{nword.fjword.get().fjword}} 在 2013年8月21日星期三UTC+8上午11时59分22秒,JP TONG写道: > > I replace DB with NDB, but template use NDB KeyProper

[google-appengine] Daily Budget Setting no longer available in Google Cloud Console

2014-04-22 Thread Lawrence Mok
Since Google started migrating App Engine Billing to Google Cloud Console, there are no longer an option to set a daily budget. (reference: https://developers.google.com/appengine/pricing#change_budget). I am not sure if this is intentional or just a miss, but this is very important to me as a

Re: [google-appengine] Testing Modules with development server: modules and dispatcher not started

2014-04-22 Thread Iyenemi Tyger
> > I have tried my best to sort it out , im using appengine 1.9.0 on eclipse > , it seems to be a major problem , i cant seem to test appengine modules > with my app using java . > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsu

[google-appengine] New App Idea- Please Help

2014-04-22 Thread Alison Levitch
Hey I have a great idea for an app but I dont know the first thing to do, I think google would be very interested. I am hesitant to say what it is because I am afraid some one will see my post and steal my idea. What do I do? Is there someone at google I can contact? Please help!! -- You recei

[google-appengine] Re: Small tutorial for running Wordpress Multi Site on Google App Engine

2014-04-22 Thread Chuy Cepeda
Really nice job ! Thanks for the contribution, it works smoothly. On Tuesday, July 9, 2013 5:29:31 AM UTC-5, derFrankie Neulichedl wrote: > > I'm experimenting with Wordpress on GAE and I was able to make Multi-Site > work. Since there is no official tutorial yet I wrote a small one myself. > I

[google-appengine] API capabilities

2014-04-22 Thread Art Lona
I am trying to use Google Course Builder Content and integrate it to an external system. · Does Google Course Builder support user single sign on from external systems? · Does Google Course builder provide student activity/results via either a Tin Can or SCORM convention Please

[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2014-04-22 Thread contact
Vinny, I created an app engine web site, and then wanted to use my previously purchased domain name to point at it. App Engine asked me to enroll in Google Apps, which I obediently did. I set up my A, CNAME, MX records at register.com per instructions, so far so good. Then I pointed my domain n

[google-appengine] [JAVA] How to join two entity with app engine into the server ?

2014-04-22 Thread Julien De Almeida
Hello, I want to create a Map object with key a Party and value a Player. But I don't know how to "join" this two entity. My entity "Party" have three fields (id, player1_id and player2_id). My entity "Player" have three fiedls (id, email and surname) I want to join like that : "SELECT * FROM Par

Re: [google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2014-04-22 Thread contact
Vinny, I created an app engine web site, and then wanted to use my previously purchased domain name to point at it. App Engine asked me to enroll in Google Apps, which I obediently did. I set up my A, CNAME, MX records at register.com per instructions, so far so good. Then I pointed my domain n

[google-appengine] javax.persistence.PersistenceException: No persistence providers available for "transactions-optional" after trying the following discovered implementations: org.datanucleus.api.jpa

2014-04-22 Thread Aadil Farooqui
Hi, I am new using Google App Engine, I am following the tutorial http://www.vogella.com/tutorials/GoogleAppEngineJava/article.html to learn it. I am continuously getting this error when I run the application. NOTE: I have read almost all the posts for this, but couldn't find any solution for

[google-appengine] Too many redirects

2014-04-22 Thread munjal
Hey Everyone, I'm having too many redirects problem. My email hosted on Google Apps was deleted and recreated and now when I try to login in AppEngine, I get too many redirects error. Please assist. Thanks ~ Munjal -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Testing Modules with development server: modules and dispatcher not started

2014-04-22 Thread gaurav sinha
Hi Oliv, I am facing the same problem with GAE Python; only "default" module is getting started on the development server; How did you solve it? Regards, Gaurav Sinha On Friday, 30 August 2013 05:52:23 UTC+5:30, Oliv wrote: > > Hello, > > I'd like to make some tests with the new appeng

[google-appengine] Re: App Engine 1.9.2 Released

2014-04-22 Thread Robert Dodd
Since updating I've lost some of the button icons inside the Launcher. Heres a screenshot: It works fine, but there are no icons for "edit", "deploy" or "dashboard"

[google-appengine] change verification settings

2014-04-22 Thread Rachel
Hello Group, I am a new developer and the application I created requires a text verification step for every login using the admin google account and password. How do I change this setting? IS this an app engine issue or do I adjust these configurations within my application settings? Rachel

[google-appengine] Re: client applications (with GUI) for app engine

2014-04-22 Thread Venu Tammabatula
I think she is looking for a C# Endpoint. Is it out there? On Saturday, 23 February 2013 16:45:30 UTC, Brian wrote: > > It sounds like what you want is a Google Cloud Endpoint: > https://developers.google.com/appengine/docs/java/endpoints/ > > >> -- You received this message because you are

[google-appengine] Problem starting more than 20 manual scale instances

2014-04-22 Thread droland
I have a paid app setup on the US app engine. When I try to start 20 or more manual-scale instances, I get this error: "Error: ApplicationError: 3 The number of instances must be less than 20". According to the very bottom of https://developers.google.com/appengine/docs/python/modules/ page,

[google-appengine] Re: custom domain for appengine application

2014-04-22 Thread Chuy Cepeda
Hi ! Perhaps I'm a bit late on this thread, but I've done several things trying to get rid of the 302 redirect I'm getting when configuring my custom domain for my appengine app. You can see my problem here: http://stackoverflow.com/questions/22969002/custom-domain-getting-me-to-appid-appspot

[google-appengine] Custom domain taking me to myappid.appspot.com. >> Following the custom domain discussion on Stackoverflow

2014-04-22 Thread Chuy Cepeda
Hi everyone, I've just posted into stackoverflow discussion related to custom domains, see: http://stackoverflow.com/questions/817809/how-to-use-google-app-engine-with-my-own-domain-not-subdomain My issue now is that both my naked domain and *www* subdomain are appropriately configured to take

[google-appengine] how to replace servers to another country?

2014-04-22 Thread Jemi Sampurna
how to replace servers to another country? if anyone knows please comment thank you -- 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+unsu

[google-appengine] Re: Unable to open jsp file on Google app engine Server Error 500

2014-04-22 Thread Philip Gerstoft
Have you been able to fix this issue? I am having the same issue. -Philip On Monday, March 24, 2014 12:59:03 PM UTC-7, shobhit maheshwari wrote: > > created a web application project on eclipse after installing Google > Plugin for Eclipse. > > I ceated a simple jsp file in the projectName/war f

[google-appengine] Re: Getting current resource limits....

2014-04-22 Thread David French
Kept on this for an hour now... 2014-04-04 18:41:40 Running command: "['C:\\Python27\\python.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=xx...@gmail.com', '--passin', 'update', u"C:\\x\\x\\x\\xxr\\David's Amazing Proxy"]" 06:41 PM Ap

[google-appengine] Docs Story Builder App Share Links Broken - Any Help?

2014-04-22 Thread michael . cohen
I am a teacher and have my students using https://docsstorybuilder.appspot.com/ but when the story is completed the share link seems to be broken every time. Here is the share link of a story one of my students wrote. The link take you to this error page: Traceback (most recent call last): Fi

[google-appengine] Wordpress installed to Google App Engine has infinite redirect loop on admin cp access

2014-04-22 Thread chris
I have installed Wordpress using the starter repository, with some modifications for unrelated static content. Now when I attempt to use the admin console, it redirect loops on https://www.kode54.net/wp-admin/. I can provide any necessary configuration files if it can help anyone spot my error.

[google-appengine] Nested divs not showing

2014-04-22 Thread greg
I have been trying for the past hour to get my nestetd Divs to display but nothing. Each div on its own works fine and soon as i include 2+. Fail. Strangely enough when just loading just the html page in a browser everything works perfectly. Run the app, and nothing shows. I know my css and

Re: [google-appengine] Re: Configure JUnit test to suggest the missing datastore-indexes

2014-04-22 Thread Vinny P
The development datastore generates all of the needed indexes, so as long as you're exercising every possible query there shouldn't be any missing indexes. If you insist on testing for missing indexes, you can set setNoIndexAutoGen

Re: [google-appengine] Regaining access to appids after migrating accounts

2014-04-22 Thread Vinny P
If you go to the appids in question (exampleid.appspot.com) is the application still serving requests? If so, the original account is most likely still valid; in that case you might want to visit the Google Apps support forum to see about reactivating it. Otherwise you'll probably want to file an

Re: [google-appengine] how to use Background_threads?

2014-04-22 Thread Vinny P
On Thu, Apr 17, 2014 at 12:22 PM, saintthor wrote: > > https://developers.google.com/appengine/docs/python/modules/#Python_Background_threads > i copy the code, run and get FrontendsNotSupported. > Yes, because the code in your link was intended to be run within a backend module. On Thu, Apr

Re: [google-appengine] Cursor Related Errors in Task

2014-04-22 Thread Vinny P
Essentially you need to buy time for the data to fully move itself from App Engine servers to Cloud Storage servers. You also need to hint to App Engine to move the data in smaller chunks. There's a couple of ways to accomplish this. In a previous email you said that you're using the waitForOutsta

[google-appengine] Re: Dev workflow for Modules + Maven

2014-04-22 Thread Gilberto Torrezan Filho
Hi, If you're using Eclipse, take a look at this topic: https://groups.google.com/forum/#!topic/google-plugin-eclipse/9K0RkQID740 Maven + app engine modules doesn't work quite well with Eclipse right now, and judging by the volume of messages in the topic above, I don't think we will see any i