[google-appengine] Re: Outages?

2012-03-13 Thread Admin
Our app id: reportingsuiteengine Master/slave Current instances in dashboard: 8-10 Usual instances: 2-3 Since last Thursday, without having made any kind of change either in the application configuration (in the console) or the actual code (deployments), we have been suffering an abnormal low p

[google-appengine] Re: Redirect loop on sign-up page

2013-03-24 Thread admin
I'm having the same redirect issue as well. My email id is ad...@rainum.me вторник, 4 сентября 2012 г., 21:21:29 UTC+3 пользователь Grant Heaslip написал: > > I'm trying to sign up for App Engine, but opening any page on > appengine.google.com results in a never-ending string of 302 redirects to

[google-appengine] UDP Socket send timeout

2013-11-01 Thread admin
Hi everyone, I'm trying to send a UDP packet using DatagramSocket in my GAE app in Java. But I always get a timeout error during the send operation. I try different IPs and ports, even 8.8.8.8 port 53 doesn't work. Though the code works fine from my local machine. And the code is very simple:

[google-appengine] redirect loop @ appengine.google.com

2013-11-12 Thread admin
Hello, I am getting a redirect loop when trying to access appengine.google.com can someone @ google help? Thanks, Seb -- 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

[google-appengine] Redirect loop on appengine.google.com

2013-11-12 Thread admin
Good evening, I am getting a redirect loop error while trying to access appengine.google.com. I did delete/recreate this user id over the last 24 hours but I am not able to avoid the issue using the various solutions found (clearing cookies, allowing/disallowing thrid party cookies etc). I had

[google-appengine] Re: Weird Upload Errors

2010-10-19 Thread Oboero Admin
I'm not getting the 403 or 409 errors either, nor am I getting the "version not ready" message. I keep getting the "Checking if new version is ready to serve. Will check again in 60 seconds." It finally times out and ends with: Closing update: new version is ready to start serving. Uploading ind

[google-appengine] Financial App on GAE + Python

2011-07-28 Thread Spritedocs Admin
Hello everybody, Finally I am able to put up my first App on GAE. Its a Financial Portfolio Monitoring and Modelling System. I would be glad to receive your feedback regarding Performance and usability. Its basic for now, you don't even have to Log-in, I am working on some exciting features to

[google-appengine] Financial App on GAE

2011-07-28 Thread Spritedocs Admin
Hello everybody, Finally I am able to put up my first App on GAE. Its a Financial Portfolio Monitoring and Modelling System. I would be glad to receive your feedback regarding Performance and usability. Its basic for now, you don't even have to Log-in, I am working on some exciting features to

Re: [google-appengine] Re: Financial App on GAE + Python

2011-08-04 Thread Spritedocs Admin
Hi Jeliuc, No, I am not using TIPFY, I am using webapp. On Mon, Aug 1, 2011 at 12:56 AM, Alexander Jeliuc wrote: > Really like your app... :) seems you add authentication to it... is it > written using tipfy??? > > 2011/7/29 spritedocsadmin > >> Dear Greg >> >> Thank you for visiting the app.

[google-appengine] Default settings: locale, country, encoding

2012-10-24 Thread Admin Nulleye
Hi all, I'm a GAE newbie. I've been googling for a correct answer, but I couldn't find one. Using the java GAE, without GWT, is there any way to setup the default locale, country and encoding using any configuration file?? I know how to programmatically solve this by: Locale.setDefault(new Loca

[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-25 Thread admin msangel
Please update GAE plugin version in last archetype. I mean mvn archetype:generate -DarchetypeGroupId=com.google.appengine.archetypes - DarchetypeArtifactId=guestbook-archetype and else must include 1.7.7.1 version instead of 1.7.7 -- You received this message because you are subscribed to the Goo

[google-appengine] Encoding issue with google app engine java web app

2014-02-11 Thread Admin iBlogee
Posting Again I have a simply java web app. It parses some non-english text and display them using header "Content-Type", "text/plain; charset=UTF-8". It shows all text properly in local google app engine. However when I deploy at remote engine, I can see all Servlet Code: resp.setHeader("Con

[google-appengine] Encoding issue with google app engine java web app

2014-02-11 Thread Admin iBlogee.com
Posting Again I have a simply java web app. It parses some non-english text and display them using header "Content-Type", "text/plain; charset=UTF-8". It shows all text properly in local google app engine. However when I deploy at remote engine, I can see all Servlet Code: resp.setHeader("Con

[google-appengine] An internal error occurred during: "Deploying Overseer to Google".

2014-05-16 Thread Zig-Admin
I tried to deploy app to the engine from Eclipse and the wizard failed. com.google.apphosting.utils.config.AppEngineConfigException: Received SAXException parsing the input stream for C:/Unity/Java/Overseer/war\WEB-INF/datastore-indexes.xml at com.google.apphosting.utils.config.AbstractConf

[google-appengine] Cloud Platform Console. Dashboard is empty for one project

2017-02-01 Thread orb admin
Hi all, First time posting here. I have an account on google.cloud that I use for backups of several of my clients. I have setup "Project" for each client and added "'buckets" for their backup. All is good and I have done this multiple times but not for about 4-5 months. I recently added an

[google-appengine] Multi-word property names in the datastore

2010-05-07 Thread FP Admin
I'm running into an issue with querying the data store. I have a datastore db.Expando model where some of it's properties are set using setattr and end up having spaces in there names. Reading, setting and querying on single word property names is working fine while querying the data using a multi-

[google-appengine] How can I redirect www.mydomain.com to my appspot app/ website

2009-11-17 Thread Admin HyIT
Hi All, I have built my website in wshyit.appspot.com, I need to redirect my domain URL www.hyit.com to land on this (wshyit.appspot.com). we are registered at Network solutions what should I input in the A records for www in Network solutions can any one help me how can I do it ,

[google-appengine] Re: When will app engine support multi-encode?

2008-11-11 Thread admin go2
Yes, you can do it if the page content is encoded by utf8. response.content.decode( 'utf-8' ) Welcom to go2.appspot.com, a fast proxy server. 2008/11/11 mawei1981 <[EMAIL PROTECTED]> > > Hi, All > > I use urlfetch to get some content from other hosts, as w

[google-appengine] Re: getting DeadlineExceededError posting facebook from GAE

2008-11-16 Thread admin go2
There is not any bug in your code. Maybe the temporary network problem cause the urlfetch function works incorrectly. = http://go2.appspot.com 2008/11/16 MattG <[EMAIL PROTECTED]> > > any idea what I'm doing wrong? GAE log said this operation too >18k > msecs. here's the

[google-appengine] Re: getting DeadlineExceededError posting facebook from GAE

2008-11-17 Thread admin go2
Or maybe the server response is too slow to finish in 10 seconds = http://go2.appspot.com 2008/11/17 MattG <[EMAIL PROTECTED]> > > happens every time. > > On Nov 16, 7:41 am, "admin go2" <[EMAIL PROTECTED]> wrote: > > Ther

[google-appengine] Re: Global Variables / Caching Question

2008-11-20 Thread admin go2
There are no threads on gae. When multiple users visit your app simultaneously, gae will start several process to deal with the request. Every proccess has a copy of the variables. == http://go2.apsppot.com 2008/11/20 Joel Odom <[EMAIL PROTECTED]> > Forgive me if this is

[google-appengine] Re: Error if there is Chinese char in url when self.redirect

2008-12-19 Thread admin go2
Why not encode it with urllib.quote() ? == http://go2.appspot.com a web proxy 2008/12/20 zitiger > > hi all, > > I got an error wehn i tried to redirect a url containing chinese char, > but in dev enviroment it work well. Please give me some advice, > thanks.

[google-appengine] Re: three web proxy sites on Google app Engine(proxypy, go2, web-proxy), which is better?

2009-01-03 Thread admin go2
All of them are excellent. web-proxy.appspot.com is base on the open source code *mirrorrr* . Bslatkin wrote the excellent code of *mirrorrr.appspot.com * *.* go2.appspot.com is not open source yet. On Jan 2, 2:40 pm, auzhuang wrote: > I found three web proxy site

Re: 答复: [google-appengine] urlfetch pro blem

2009-02-09 Thread admin go2
You should use POST instead of GET. Since GET request would hit the google cache server. If you must use GET request, please try this url http://server/index.php?auth=authstring&random=a_random_number And make sure authstring is urlencoded. go2.appspot.com http://go2.appspot.com > > > Hi ever

[google-appengine] Re: How do disable cache on urlfetch?

2009-03-02 Thread admin go2
You can add a random number after the url. For instance, url=http://yourapp.appspot.com/yourpath url=url+'?'+ random.random() Good luck. go2.appspot.com >> My app needs to get a fresh copy of a dynamic webpage page every few minutes. I am fetching date from a URL with this function: de

[google-appengine] Go2 is going to pay the bill. Go2 accepts donation now. Any cooperation is welcome.

2009-03-06 Thread admin go2
Go2 is the second popular app on GAE. Go2 is very fast. Sometimes it is faster than you visiting the website directly. Go2 also supports to sign in lots of web sites, including bebo etc. . There are more than 10,000 visitors from all over the world using Go2 every day. And the number is increasing

[google-appengine] Re: Go2 is going to pay the bill. Go2 accepts donation now. Any cooperation is welcome.

2009-03-07 Thread admin go2
Andrew Badera: You are right. I should solicit donations on Go2 web, not here. Indeed, I have made a donation page on Go2 website. I just copied it here without modifying. Posting it here , the main idea is I want to find some cooperation here, not donation. We all develop on gae. I think we can

[google-appengine] Re: appspot.com - Traffic Details From "Alexa"

2009-03-07 Thread admin go2
http://www.alexa.com/data/details/traffic_details/appspot.com It can be reference, not reliable. Let Delete My Apps wrote: >This site is very useful (but is it reliable?) >http://www.alexa.com/data/details/traffic_details/appspot.com --~--~-~--~~~---~--~~ You re

[google-appengine] Re: Requests going twice

2009-03-10 Thread admin go2
This should be a firefox bug cause by your incorrect html code. Can you post your html code here? go2.appspot.com Pankaj Vishwani wrote: >I tried Chrome and IE right now and they only send request once. >Since, I have been testing on FF all this time, so never realized if >this could be the c

[google-appengine] Re: Early Christmas Present from Google?

2010-11-25 Thread Oboero Admin
Ice, I'm also experiencing an unacceptably high number of 500 errors. FYI, Patrick On Nov 25, 5:56 am, Ice13ill wrote: > Hmm... unfortunately it seams that some of the issues have reappeared > (high 500 error rate, high latencies, etc). Is this happening to other > apps or just mine ? > > On

[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread Oboero Admin
On Nov 26, 1:01 pm, 风笑雪 wrote: > I tried to locate a bug of my app using logging, but it seems nothing has > been logged in the dashboard. > > I've set to the lowest log level, and directly put the logging code in > main(), but still nothing logged: > > logging.getLogger().setLevel(logging.DEBUG

[google-appengine] "Create Application" failed in middle of processing

2010-12-20 Thread Oboero Admin
After checking the availability of an appname, I clicked the "Create Application" and it failed in the middle of processing my request. When I Check Availability now, it says that the appid is no longer available. I have a feeling that my request is in some kind of "stuck" state. Can someone

[google-appengine] Re: "Create Application" failed in middle of processing

2010-12-21 Thread Oboero Admin
Ikai, Am I SOL on this or is there someone that can help me with retrieving this appid? Thanks, Patrick On Dec 20, 5:45 pm, Oboero Admin wrote: > After checking the availability of an appname, I clicked the "Create > Application" and it failed in the middle of processing my

[google-appengine] Re: "Create Application" failed in middle of processing

2010-12-23 Thread Oboero Admin
After getting no response on this thread, I decided to post this issue on http://code.google.com/p/googleappengine/issues and below is the response. Awesome! Thanks! ---

[google-appengine] Re: "Create Application" failed in middle of processing

2010-12-23 Thread Oboero Admin
So, after getting no response on this thread, I decided to post this issue on http://code.google.com/p/googleappengine/issues and below is the response. Awesome! Thanks! --- Updates: Status

[google-appengine] Re: WYSIWYG JavaScript text editor

2011-01-22 Thread Oboero Admin
clEditor from http://www.premiumsoftware.net has worked well for me. On Jan 22, 4:36 am, Iron Mountain Foundry wrote: > Has anyone successfully installed a WYSIWYG text editor (like TinyMCE) > on App Engine?  Do you have instructions? > > I am currently using Python/Django, so any help would be a

[google-appengine] google app question for a chat bot

2010-08-04 Thread easy-russin.com Admin
Hi, I have some confusions with Google App which I hope by getting some comments from you regarding to the question I put here, will be eliminated. I used a tutorial from: http://gaejexperiments.wordpress.com/2009/09/25/gaej-xmpp-and-rolling-your-own-agent/ and built a simple echo-chat-bot as expl

[google-appengine] Re: Own domain suddenly stops working!

2008-12-17 Thread Vocalster App Admin
Hi Marzia, Alright, here is something interesting. I am in China, I can visit bianshengbaobao.appspot.com with no problem, but not www.vocalster.com. I can visit www.vocalster.com via a proxy though. Perhaps the Chinese 'Great wall' is doing something weired. My ping to www.vocalster.com also fail