[google-appengine] Re: Requests being duplicated

2013-12-10 Thread timh
Do you have page speed enabled. You do see this sort of thing with that. On Tuesday, December 10, 2013 6:08:39 AM UTC+8, Theodore Book wrote: > > In examining my appengine logs, I discovered today that nearly all of my > requests are being executed multiple times. The two executions tend to be

[google-appengine] Re: Our app is completely down

2013-12-10 Thread Francois Masurel
Nope, no response from Google but the problem got fixed "automagically" one hour later as you can see in the graph below:

[google-appengine] Accessing external MySql database from appengine

2013-12-10 Thread Raúl Gualberto Tinoco
Hi all, I would like to know if is possible to stablish a jdbc conection to an external mysql database from a j2ee application in google appengine. I try it and i have got the com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server., a

[google-appengine] Shared vs Dedicated Memcache & Dedicated Memcache Quota

2013-12-10 Thread Martin Liersch
Hi everyone, I'm having two questions about memcache: 1) I am having app that stores ~2 entries in the memcache (each being a Serializable with a String and two integers). I store those entries with an expiration time of 6 hours. When using the free, shared memcache, it only seems to store ~

[google-appengine] Get IP of the Instance serving the request

2013-12-10 Thread Tarun Soni
Hi, I have my app connected to a TCP Socket and it's throws an error saying bad header at Via: SIP/2.0/TCP socket.getLocalAddress().getHostAddress( )"+":"+socket.getLocalPort() socket.getLocalAddress().getHostAddress() always returns 127.0.0.1. How to get the IP address of

[google-appengine] Have to type in www before custom domain name

2013-12-10 Thread brian
Hello! I'm a complete beginner to Google App Engine, so this might be a very stupid question. I just created my first app on GAE (Python). I went to the Dashboard for this app and went to Add New Domain. I signed up for Google Apps, registering for a custom domain name through Google. The

[google-appengine] Accessing an external MySql database from appengine

2013-12-10 Thread Raúl
Hi all, I want to know if it's possible to access an external mysql database from a j2EE application runnig in appegine. I try it and I have got the next exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Thanks in a

[google-appengine] Blank page on PHP Hello World

2013-12-10 Thread Jefrey Sobreira
Hi all! I'm newest in Google App Engine and I'm trying to use the PHP runtime. Following the Hello World tutorial (https://developers.google.com/appengine/docs/php/gettingstarted/helloworld) I faced a problem when accessing my app runing in localhost: *The path specified with the --php_execu

[google-appengine] Is possible to access an external mysql database from a J2EE aplication runnig in appegine?

2013-12-10 Thread Raúl
Hi all, I try it and i have got the exception --> com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] How to get started with Web Application Feature (Cloud Console -> APIs & Auth -> Registered Apps -> Web Application)?

2013-12-10 Thread Sree
I have a appengine ready running with simple hello world program (now in PHP but can change to Python / Java) I have an understanding as the project application in cloud console is app engine (samplename.appspot.com) and it is capable of hosting all the apps which is going to be developed. Is m

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

2013-12-10 Thread Laurent Raufaste
No news ? I created a new app and bought a domain for it, but will stick to the appspot.com domain for now as I don't want my domain to be stuck with an empty google apps + gmail account. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Error code 202

2013-12-10 Thread July G
We are experiencing the same problem with Java / HRD / app id: gaetestsrv2, it's a billing app. please help, 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

Re: [google-appengine] Re: Outage?

2013-12-10 Thread Rado Racimo
Is there another outage? my site radztech-ulapbooks.appspot.com is having 500 server errors. On Friday, January 4, 2013 9:53:14 AM UTC+8, Christina Ilvento wrote: > > Hi All, > > We had a brief issue affecting Master/Slave apps earlier today before the > scheduled maintenance period - are your

[google-appengine] Re: Problem using GCS client with the dev server on Windows

2013-12-10 Thread baris evrim demiroz
Hello, I am having the exact same problem. Any updates on the issue? Did you solve it or find a workaround? Thanks for your answer. On Monday, October 7, 2013 5:29:01 PM UTC+3, Francois Masurel wrote: > > Hi everybody, > > Couldn't succeed in writing a file using the GCS client on the dev serve

[google-appengine] Google Cloud Endpoints: How to parse array-style GET query string?

2013-12-10 Thread Benjamin Crom
I am building a Google Cloud Endpoints API which receives the following query string via GET: ?count=10&page=1&sorting[title_column]=desc Unfortunately when creating a resource container there is no dictionary data type in the Message.messages class. I cannot access either the key or value

[google-appengine] [HELP] My gae keep failing with error 121

2013-12-10 Thread Hang Zhao
Hi, >From this morning, my application keeps failing with error 121. I've no idea what's happening there and I believe the problem is not due to our code since I duplicate the application with another id and it works well. My application id is phoevereverdev2. Can anyone help me out this issue?

[google-appengine] Error 403 when accessing anything hosted on Google App Engine

2013-12-10 Thread Osama Askari
Hi, Lately I've been getting a message similar to the following when trying to access anything hosted on Google App engine. - *403.* That’s an error. Your client does not have permission to get URL / from this server. (Client IP address: 198.199.82.83) We're sorry, but this service is n

[google-appengine] Transitioning from Java to App Engine

2013-12-10 Thread Daniel Blees
I'm working on creating a Java application for my sales department to easily look up prices based on various criterion. I've got a working program in Java, utilizing JComboBox Containers. However, once I got this working, I realized that our limited workstations wouldn't be able to run a Java

[google-appengine] Re: the datastore download problem.

2013-12-10 Thread Alan Anderson
I am having the exact same problem with appcfg.py download, and I also have it with appcfg.py create_bulkloader_config. I've tried everything I can think of and some things suggested by others, but I keep running into a wall on this.I am using the HR datastore, The doc "Uploading and Downloadin

[google-appengine] Re: Transitioning from Java to App Engine

2013-12-10 Thread Ian Marshall
Have you searched the web for Java web frameworks which will work with GAE/J? I have seen a page called something like "Will it play with App Engine?" On Monday, 9 December 2013 05:44:27 UTC, Daniel Blees wrote: > > I'm working on creating a Java application for my sales department to > easily

Re: [google-appengine] Requests being duplicated

2013-12-10 Thread Theodore Book
Thanks! The server is mostly supporting Android apps, so that is the origin of most of the requests. I don't think it is a bug in the app, though, as requests of all kinds are being duplicated, and 200 / 204 pair seems odd. On Tuesday, December 10, 2013 1:14:39 AM UTC-6, Vinny P wrote: > > On

[google-appengine] Re: Requests being duplicated

2013-12-10 Thread Theodore Book
I do have page speed enabled - it has been the source of various troubles. I believe the requests in question shouldn't be covered by page speed, but I may have some misconfiguration there. I'll google a bit and see what I can find. On Tuesday, December 10, 2013 2:05:47 AM UTC-6, timh wrote:

[google-appengine] Re: Requests being duplicated

2013-12-10 Thread timh
With pagespeed enabled I would often see a fast 204 request and a 200 request. On Tuesday, December 10, 2013 7:30:07 PM UTC+8, Theodore Book wrote: > > I do have page speed enabled - it has been the source of various troubles. > I believe the requests in question shouldn't be covered by page

[google-appengine] Re: SocketTimeoutException from one AppEngine Server to another

2013-12-10 Thread timh
You could well be in breach of the TOS doing this. (I assume you have checked) In addition if a front facing request is setting the deadline to 60 secs, and a front facing request maximum lifetime is 60 secs then it would seem you could run into troubles. Why not try with a short timeout

[google-appengine] Re: Requests being duplicated

2013-12-10 Thread Theodore Book
Thanks - That may have been the origin of my problems - my blacklist in appengine-web.xml covered only http requests. When I added https requests, I began seeing the 204s only for the pages that shouldn't have been blacklisted, so it definitely relates to pagespeed. I'll poke around some more

[google-appengine] Re: SocketTimeoutException from one AppEngine Server to another

2013-12-10 Thread Ananthakrishnan Venkatasubramanian
Hi, Thanks for the response. We have tried with minimum connectionTimeout and readTimeOuts also from 10-35 secs instead of using 60secs. Still the same problem. If we go in for Backend instead of Fronend in Server B, can you please tell me how that will solve this SocketTimeOutException? Thank

[google-appengine] Re: Our app is completely down

2013-12-10 Thread Christopher Ritter
I emailed billing about the SLA and they told us to purchase a support plan. On Tuesday, December 10, 2013 3:14:40 AM UTC-5, Francois Masurel wrote: > > Nope, no response from Google but the problem got fixed "automagically" > one hour later as you can see in the graph below: > > >

[google-appengine] Re: [HELP] My gae keep failing with error 121

2013-12-10 Thread Christopher Ritter
This is an unacknowledged internal GAE issue as far as we can tell (Google has not responded here or Stackoverflow about it). See: https://groups.google.com/forum/#!topic/google-appengine/iWQfMpMP-M4 and https://groups.google.com/forum/#!searchin/google-appengine/121/google-appengine/VlMoCUS6AnQ

[google-appengine] Re: Our app is completely down

2013-12-10 Thread Francois Masurel
Hi Christopher, thanx for this information. We can't buy support at the moment, so we'll keep our fingers crossed :-) On Tuesday, December 10, 2013 1:50:42 PM UTC+1, Christopher Ritter wrote: > > I emailed billing about the SLA and they told us to purchase a support > plan. > > On Tuesday, Dece

[google-appengine] Re: Transitioning from Java to App Engine

2013-12-10 Thread Jim
We use GAE/J in conjunction with Google Web Toolkit as the UI framework and we're very happy with it. With GWT you do all of your development in Java and the toolkit compiles your client-side code down into a browser-specific Javascript application. It has most of the standard UI controls you

[google-appengine] Re: Have to type in www before custom domain name

2013-12-10 Thread Jason Collins
You won't be able to access your application on the "naked" domain (at least not currently). You'll always need to redirect the client browser from the naked domain to a particular hostname (e.g., "www"), and the hostname is used to route requests to your App Engine application (note that you c

Re: [google-appengine] Re: Increasing number or "Process terminated because the backend took too long to shutdown" over the last week

2013-12-10 Thread Arun Shanker Prasad
HI Harisankar, We had tried garbage collection but that did not work :( We currently check if the script ran and rerun it in case of failure. Although the rate of failure has gone down, it does still happen! Thanks, Arun Shanker Prasad On Sun, Dec 1, 2013 at 10:02 PM, Harisankar Krishna Swamy

Re: [google-appengine] What tools do you use to profile your appengine java code?

2013-12-10 Thread aloo
THe issue I'm running into is here: http://stackoverflow.com/questions/20455687/deserialization-performance-in-objecitfy-3-x and its most easily replicated in production. On Monday, December 9, 2013 11:21:10 PM UTC-8, Vinny P wrote: > > On Mon, Dec 9, 2013 at 2:17 PM, aloo > > wrote: > >> I'm

[google-appengine] Re: the datastore download problem.

2013-12-10 Thread Alan Anderson
On Monday, December 9, 2013 5:36:16 PM UTC-6, Alan Anderson wrote: > > I am having the exact same problem with appcfg.py download, and I also > have it with appcfg.py create_bulkloader_config. I've tried everything I > can think of and some things suggested by others, but I keep running into a

[google-appengine] Re: the datastore download problem.

2013-12-10 Thread Alan Anderson
I am having the exact same problem with appcfg.py download_data, and I also have it with appcfg.py create_bulkloader_config. I've tried everything I can think of and some things suggested by others, but I keep running into a wall on this.I am using the HR datastore, The doc "Uploading and Downl

[google-appengine] Re: Blank page on PHP Hello World

2013-12-10 Thread Mars Lan
Are you running this on Linux? If so you can view the error messages in syslog using cat /var/log/syslog On Friday, December 6, 2013 5:10:45 PM UTC-8, Jefrey Sobreira wrote: > > Hi all! > > I'm newest in Google App Engine and I'm trying to use the PHP runtime. > > Following the Hello World tutori

[google-appengine] Re: Trying to add someone as App Engine Billing Administrator but get "There was an error processing the request"

2013-12-10 Thread Thomas Schranz
Thanks for your reponses. I also got the same error when trying to increase our daily budget btw. I'll reach out through the billing support link. Thanks. On Tuesday, December 10, 2013 7:31:12 AM UTC+1, GAEfan wrote: > > Thomas, > > Those are annoying, time-wasting, vague messages. Sometimes, yo

[google-appengine] Shared vs Dedicated Memcache & Dedicated Memcache Quota

2013-12-10 Thread Christopher Ritter
Memcache is not prorated on storage. My understanding is that you're actually paying for ops/second. In the short term don't expect other cache plan options (I've asked but it isn't a short term priority for Google at this time). Hopefully shared cache eviction rates will improve. There are als

[google-appengine] Google Cloud Endpoints: How to parse array-style GET query string?

2013-12-10 Thread Benjamin Crom
I am building a Google Cloud Endpoints API which receives the following query string via GET: ?count=10&page=1&sorting[title_column]=desc Unfortunately when creating a resource container there is no dictionary data type in the Message.messages class. I cannot access either the key or value o

[google-appengine] Re: Shared vs Dedicated Memcache & Dedicated Memcache Quota

2013-12-10 Thread James Gilliam
When you select 1gig private memcache, it will cost $2.88 per day, about $90 a month, nothing to do with bandwidth at present. For that you get to store 1 gig in memory cache but if you store less it still costs the same. Wish they would prorate private memory cache too, and cut the chains of

Re: [google-appengine] How to get started with Web Application Feature (Cloud Console -> APIs & Auth -> Registered Apps -> Web Application)?

2013-12-10 Thread Vinny P
On Sat, Dec 7, 2013 at 1:10 AM, Sree wrote: > I have an understanding as the project application in cloud console is app > engine (samplename.appspot.com) and it is capable of hosting all the > apps which is going to be developed. Is my understanding correct? > No, it isn't. Most people create

Re: [google-appengine] Accessing external MySql database from appengine

2013-12-10 Thread Vinny P
On Fri, Dec 6, 2013 at 3:52 AM, Raúl Gualberto Tinoco wrote: > I would like to know if is possible to stablish a jdbc conection to an > external mysql database from a j2ee application in google appengine. I try > it and i have got the > com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnection

Re: [google-appengine] Error 403 when accessing anything hosted on Google App Engine

2013-12-10 Thread Vinny P
On Mon, Dec 9, 2013 at 3:28 AM, Osama Askari wrote: > Lately I've been getting a message similar to the following when trying to > access anything hosted on Google App engine. > > *403.* That’s an error.Your client does not have permission to get URL / from > this server. > > We're sorry, but thi

Re: [google-appengine] Have to type in www before custom domain name

2013-12-10 Thread Vinny P
On Thu, Dec 5, 2013 at 8:33 PM, wrote: > Now I can access my app at www.customdomain.com, but not at > customdomain.com. > > Generally the easiest option is to redirect the "naked domain" to the www host. You can use Google Apps to do the redirect, but note that Google Apps doesn't preserve path

Re: [google-appengine] What tools do you use to profile your appengine java code?

2013-12-10 Thread Vinny P
On Tue, Dec 10, 2013 at 11:49 AM, aloo wrote: > THe issue I'm running into is here: > http://stackoverflow.com/questions/20455687/deserialization-performance-in-objecitfy-3-x > > and its most easily replicated in production. > > I would try deploying into an AppScale or CapeDwarf container (link

Re: [google-appengine] Shared vs Dedicated Memcache & Dedicated Memcache Quota

2013-12-10 Thread Vinny P
On Fri, Dec 6, 2013 at 2:13 PM, Martin Liersch wrote: > Except for 2) The quota exploded! After just some hours of using this > setting I sais that I have used 18 "Gbyte Hours" already. How is that > possible, the total size of my memcache is only~ 11 Mb. So I would think > that it would cost me

Re: [google-appengine] Transitioning from Java to App Engine

2013-12-10 Thread Vinny P
On Sun, Dec 8, 2013 at 11:44 PM, Daniel Blees wrote: > Where can I find more information about creating drop-down menus, or GUIs > in general, in Google App Engine? > > As Jim said, the Google Web Toolkit is a good option for creating GUIs. But you may want to consider another option: Dart. The

Re: [google-appengine] Blank page on PHP Hello World

2013-12-10 Thread Vinny P
On Fri, Dec 6, 2013 at 7:10 PM, Jefrey Sobreira wrote: > *The path specified with the --php_executable_path flag () does not exist.* > > So I changed the command line to: > python dev_appserver.py helloworld/ --php_executable_path /usr/bin/php > (i tired as root and also as non-root) > Now that

Re: [google-appengine] Get IP of the Instance serving the request

2013-12-10 Thread Vinny P
On Fri, Dec 6, 2013 at 8:07 AM, Tarun Soni wrote: > How to get the IP address of the socket making the request. > App Engine is a sandboxed environment, and part of that sandbox is that you're not allowed to know the address of the machine currently hosting your application. You can get the IP

Re: [google-appengine] SocketTimeoutException from one AppEngine Server to another

2013-12-10 Thread Vinny P
On Tue, Dec 10, 2013 at 2:52 AM, Ananthakrishnan Venkatasubramanian < ananthakrishnan.venkatasubraman...@a-cti.com> wrote: > Server A & B represent different application IDs and the error rate > depends on traffic. > > Most likely you are hitting App Engine per-minute rate limits then. Your traff

Re: [google-appengine] SocketTimeoutException from one AppEngine Server to another

2013-12-10 Thread Ananthakrishnan Venkatasubramanian
Hi, Definitely Server A is not exceeding the per minute quota for URLFetch API Calls (32,000 calls per min). SocketTimeOutExceptions are coming even there is less traffic in both the Servers. Note: We have idle instances in both the servers Definitely there is no question of queueing the reque

RE: [google-appengine] Have to type in www before custom domain name

2013-12-10 Thread Brandon Wirtz
I'd tell you to star the item to add this to AppsForDomains, but that doesn't seem to do any good. Naked Domains used to work, then they broke it. They clear the stars when they unbreak it for a few hours, then they break it again. Also if your naked domain has a different DNS record than your WW