[google-appengine] appcfg: password visible

2014-05-16 Thread stephanos
Hey there,

we recently noticed that when we deploy our Java app and enter our 
credentials that the password is visible in the console.

We use the (official?) Gradle 
pluginto build 
and deploy. When we run 
*appcfg.sh* manually it hides the password. There is already an 
issuefor
 this, but the author attributes the problem to "OSX and/or JDK". Then I 
dove into the code and found that it defers to 
AppCfg.javawhich
 then reads the credentials by invoking a 
LoginReader.
 
The odd thing is that this reader seems to use the same method for reading 
email and password. hm ... ?

I'm confused. How can we hide the password input on deployment again?

PS: We use OSX 10.9, Gradle 1.12, JDK 1.7.0_45 and SDK 1.9.4.
PPS: We don't want to use OAuth.

Regards
Stephan

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Finding the source of datastore reads

2014-05-16 Thread Maël VINCENT
How many entities have you got in your datastore ? Do you have any queries 
which list a lot of entities possibly ?
Do you use memcache to avoid to repeat some queries ?
Is your applications old ?

There is no update that could be cause your problem as far as I know.

Le lundi 12 mai 2014 22:15:38 UTC+2, Joshua Smith a écrit :
>
> One of my apps has a lot more datastore “read” operations than I would 
> expect. 
>
> This particular app is still on Python 2.5 but he is using the High 
> Replication datastore. 
>
> What’s the best way for me to find the datastore read hotspot? 
>
> Is it still appstats, or is there something new that’s replaced that? 
>
> -Joshua 
>
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] dev_appserver bad runtime process port ERROR immediately after upgrade from 1.74 to 1.9.4

2014-05-16 Thread I hear Stupid People

I just upgraded [moved old ~/google_appengine folder to 
~/.google_appengine[1.7.4].bak and unzipped the new python-sdk into home]
I had a working app that now results in the following error when staring up 
dev_appserver.py

INFO 2014-05-13 18:36:30,177 sdk_update_checker.py:242] Checking forupdates 
to the SDK
.
INFO 2014-05-13 18:36:32,705 sdk_update_checker.py:286] This SDK 
release is newer than the advertised release.
INFO 2014-05-13 18:36:34,289 api_server.py:171] Starting API server at:http
://localhost:46944
INFO 2014-05-13 18:36:34,302 dispatcher.py:182] Starting module 
"default" running at: http://localhost:8080
INFO 2014-05-13 18:36:34,340 admin_server.py:117] Starting admin server 
at: http://localhost:8000
ERROR2014-05-13 18:36:37,018 http_runtime.py:262] bad runtime process 
port ['']
/home/username/.pythonbrew/pythons/Python-2.7.5/bin/python: can't open file 
'/usr/local/bin/_python_runtime.py': [Errno 2] No such file or directory

/usr/local/bin contained symlinks for dev_appserver.py and appcfg.py. I 
added a symlink back to ~/google_appengine/_python_runtime.py and works 
now. I'm just not sure why this is bouncing me through /usr/local/bin?

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Twitter API For Google App Engine

2014-05-16 Thread Touqeer Shafi
I am making twitter bot on google app engine.
i am facing problem while posting to twitter api. using file_get_content 
functions. I am using this function because CURL is not enable on 
GoogleAppEngine can any body guide me thorugh this how to get this running 
using the file_get_content

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Endpoints java 404 unsupportedProtocol

2014-05-16 Thread Alberto Giantin
Hi all, I've developed a web application using maven and appengine. I have 
some problems with cloud endpoints, everything works fine in my local 
machine but when I deploy to appengine I've a strange response calling 
endpoints. I'm new to appengine and I don't if I am doing something wrong. 
I've attached some files.
This is what is going wrong:

Request

GET https://soccer5manager.appspot.com/_ah/api/manager/v1/matches

X-JavaScript-User-Agent:  Google APIs Explorer

 Response

404 Not Found

- Hide headers -

cache-control:  private, max-age=0
content-encoding:  gzip
content-length:  125
content-type:  application/json; charset=UTF-8
date:  Mon, 12 May 2014 20:14:57 GMT
expires:  Mon, 12 May 2014 20:14:57 GMT
server:  GSE

{
 "error": {
  "errors": [
   {
"domain": "global",
"reason": "unsupportedProtocol",
"message": ""
   }
  ],
  "code": 404,
  "message": ""
 }
}

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.
package it.giant.endpoints;

import it.giant.soccerregistration.bo.MatchesBO;
import it.giant.soccerregistration.entities.Match;

import java.util.List;

import com.google.api.server.spi.config.Api;
import com.google.api.server.spi.config.ApiMethod;
import com.google.api.server.spi.config.Named;

@Api(name = "manager", version = "v1")
public class Matches {
	
	private static MatchesBO bo = new MatchesBO();
	
	public Match get(@Named("id") Long id) {
		return bo.get(id);
	}
	
	@ApiMethod(name = "matches.list", path = "matches", httpMethod = ApiMethod.HttpMethod.GET)
	public List list() {
		return bo.list();
	}

	@ApiMethod(name = "matches.add", path = "matches", httpMethod = ApiMethod.HttpMethod.POST)
	public Match add(Match Match) {
		Match result = bo.save(Match);
		return result;
	}
	
	@ApiMethod(name = "matches.update", path = "matches", httpMethod = ApiMethod.HttpMethod.PUT)
	public Match update(Match Match) {
		Match result = bo.save(Match);
		return result;
	}
	
	@ApiMethod(name = "matches.delete", path = "matches/{id}", httpMethod = ApiMethod.HttpMethod.DELETE)
public void delete(@Named("id") Long id) {
		bo.delete(id);
}

}


appengine-web.xml
Description: XML document


web.xml
Description: XML document
package it.giant.endpoints;

import it.giant.soccerregistration.bo.PlayersBO;
import it.giant.soccerregistration.entities.Player;

import java.net.URLDecoder;
import java.util.List;

import com.google.api.server.spi.config.Api;
import com.google.api.server.spi.config.ApiMethod;
import com.google.api.server.spi.config.Named;

@Api(name = "manager", version = "v1")
public class Players {
	
	private static PlayersBO bo = new PlayersBO();

	public Player get(@Named("id") String id) {
		String decodedId = URLDecoder.decode(id);
		return bo.get(decodedId);
	}
	
	@ApiMethod(name = "players.list", path = "player", httpMethod = ApiMethod.HttpMethod.GET)
	public List list() {
		return bo.list();
	}

	@ApiMethod(name = "players.add", path = "player", httpMethod = ApiMethod.HttpMethod.POST)
	public Player add(Player player) {
		Player result = bo.save(player);
		return result;
	}
	
	@ApiMethod(name = "players.update", path = "player", httpMethod = ApiMethod.HttpMethod.PUT)
	public Player update(Player player) {
		Player result = bo.save(player);
		return result;
	}
	
	@ApiMethod(name = "players.delete", path = "player/{id}", httpMethod = ApiMethod.HttpMethod.DELETE)
public void delete(@Named("id") String id) {
		bo.delete(id);
}
}


pom.xml
Description: XML document


Re: [google-appengine] Re: too many appengine frontend instances

2014-05-16 Thread College



Is anyone seeing this happening again today?  Our instances are again out 
of control.  This pattern started eight days ago.



On Sunday, May 11, 2014 4:03:07 PM UTC-5, Kyle Baley wrote:
>
> This affected us and it's gone back to normal mostly. But for the last two 
> days, our front-end instance usage is still roughly twice what it normally 
> is.
>
> On Friday, May 9, 2014 11:52:40 AM UTC-4, Diego Duclos wrote:
>>
>> The following was posted on the forums: 
>> https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/VmH7s-Eeyso
>>
>>
>> On Fri, May 9, 2014 at 5:14 PM, Keith Mukai wrote:
>>
>>> Same problem here. Crazy instance numbers since about 4hrs ago. Normally 
>>> 3-5 instances and then it grew to 60+. Dead in the water now at my billing 
>>> limit.
>>>  
>>> -- 
>>> 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-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Adwords API Python library does not compatible with App Engine

2014-05-16 Thread István Maczkó
Hi

This is a Complaint (bitter one).
We have devoted ourself to App Engine development, started to develop for 
Adwords API, with Adwords API Python library.
The last version (v201402) python libraries are not compatible with App 
Engine. No warning, no announcement,  just simply does not work.
Wo got a useless answer on Adwords API Forum from the API team 
(https://groups.google.com/forum/#!searchin/adwords-api/migrating$20appengine/adwords-api/vRlFWKcZhv4/Bhy5azEPWUMJ):

"The Python libraries are not currently compatible with AppEngine.  We're 
aware of this and are working on it, but I don't have a specific date for 
when AppEngine support will be available."

Our company is a advertisin agency, our customer use Adwords so we use it, 
manage their account. I write on this forum as App Engine could lose us as 
customer, so you will have less revenue not Adwords team.

I expected more care and more harmonization from Google.

Regards,

István

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Unable to change socket read timeout in SDK

2014-05-16 Thread Charles Pritchard
I've not been able to change the socket read timeout in the SDK for GAE.

I went ahead and posted a bug report -- but I wanted to check and see if 
anyone else is hitting this issue or has worked around it.
https://code.google.com/p/googleappengine/issues/detail?id=10916

First: I'm using new Socket because the HttpURLConnection does not seem to 
work with text/event-stream connections.
It simply hangs, waiting until the connection is closed. If anyone has a 
workaround for that, let me know.
I know we can do chunked transfers for sending data, but apparently not 
receiving.

So.. I use new Socket, then readLine() but I get an API timeout in the 
implementation, though I am using setSoTimeout().
It seems that the Socket implementation is not sending the deadline 
argument when it runs its API makeSyncCall command.

It looks like other implementations for API do send that argument.

So, long story short, this looks like a bug, and one that's difficult to 
work around.
The idea here is to go ahead and listen on an http socket for a little 
while, for some data.
HttpURLConnection only works for a single data packet, for getInputStream, 
and Socket will only wait up to 5 seconds to receive data, otherwise it 
throws an API error.

-Charles

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] 500 Error occurring inconsistently

2014-05-16 Thread Simply Crow


My app keeps generating this error once in a while "A problem was encountered 
with the process that handled this request, causing it to exit. This is likely 
to cause a new process to be used for the next request to your application." 
The error shows up off and on for exactly the same request. The unrepeatability 
of the error makes it very hard to debug. Can someone please help?

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Excessive Instances Again!!

2014-05-16 Thread College



For the last five hours every request is spawning a new instance.  Site 
performance is currently terrible as a result and billed instances are out 
of control. 

This is the same problem which occurred last Friday and was supposedly 
resolved here 
https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/VmH7s-Eeyso.
  


Looking at my instance graph, this behavior seems to have been occurring 
off and on for the last eight days.

*Google App Engine Team, what is happening?  We need this resolved ASAP and 
some communication on this bug!*


-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[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.AbstractConfigXmlReader.getTopLevelNode(AbstractConfigXmlReader.java:215)
[...]
Caused by: org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 30; 
The value of attribute "name" associated with an element type "property" 
must not contain the '<' character.
at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)
[...]
at org.mortbay.xml.XmlParser.parse(XmlParser.java:230)
at 
com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode(AbstractConfigXmlReader.java:207)
... 11 more


I was able to circumvent the problem by commenting this line.

query = query.filter("value<", userScore.value);


datastore-indexes.xml has unescaped '<' and '>' ??


-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application.

2014-05-16 Thread Simply Crow
Hi,
I keep getting this error off an on on my app engine. Locally, I have no 
issues. The error log does not seem to give me any more information and the 
inability to consistently reproduce this error makes it very difficult to 
figure out why this happens. Can anyone please help?
-Kumar

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Downloading my app The request is invalid for an unspecified reason

2014-05-16 Thread Lucas E Wall
This was very useful and easy to implement.

I was able to download the entire app to the hard drive in no time.

Cheers!

On Wednesday, August 15, 2012 7:37:53 PM UTC-4, Brian Michelich wrote:
>
> If you drop .appspot.com from the appid it should work: 
>
> > C:\google_appengine>appcfg.py download_app -A aussieclouds -V 1 
> wwwhome\aussieclouds 
>
> On Wed, Aug 15, 2012 at 1:25 PM, Kate > 
> wrote: 
> > 
> > I get an error when downloading my app. 
> > 
> > Can anyone give me any pointers. 
> > 
> > Here is my code with the response. 
> > 
> > C:\google_appengine>appcfg.py download_app -A aussieclouds.appspot.com-V 1 
> > wwwhome\aussieclouds 
> > Host: appengine.google.com 
> > Fetching file list... 
> > Error 400: --- begin server output --- 
> > 
> > Client Error (400) 
> > The request is invalid for an unspecified reason. 
> > --- end server output --- 
> > 
> > -- 
> > 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/-/Ydwml6M_GVIJ. 
> > To post to this group, send email to 
> > google-a...@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> > google-appengi...@googlegroups.com . 
> > For more options, visit this group at 
> > http://groups.google.com/group/google-appengine?hl=en. 
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] No Default version for my app..!!

2014-05-16 Thread Malleswari Srinivasarao



Is it possible to have an app engine application with no default version at 
all.. I was wondered by seeing the no default version in all my versions of 
my app..  I have so many versions but, I could not see even one out of them 
was default. but, I could see one version is handling all the requests by 
default. Is this a design issue..?

Thanks,
Malleswari

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Editing app.yaml file

2014-05-16 Thread sanchezrobertojess1
Hi I just joined the group. How do I Edit my app.yaml file.

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] error appcfg

2014-05-16 Thread Iñigo B
Hello, I recieved this message error trying to deploy my App:

ERROR appcfg.py:2323 An error occurred processing file '': HTTP Error 400: 
Bad Request. Aborting. 

Error 400: --- begin server output ---

A version or backend parameter is required.

--- end server output ---

2014-05-14 07:19:25 (Process exited with code 1)

You can close this window now.

Anyone knows how to resolve it? thanks

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Wait, what? App Engine doesn't work with latest version of WordPress?

2014-05-16 Thread Lucas E Wall
Hello Mars,

I am having the error mentioned above.

*Warning:  require(C:\appengine-php-wp): failed to open stream: 
Permission denied in C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\php\setup.php
 
on line 102*

*Fatal error:  require(): Failed opening required '\' 
(include_path='C:\appengine-php-wp;C:\Program Files 
(x86)\Google\google_appengine\php\sdk') in C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\php\setup.php
 
on line 102*

But I checked the line you mentioned on *runtime.py* and it is already up 
to date per your description.

I am running appengine 1.9.3, python 2.7 and wordpress 3.9.1. Since I 
started having the problem I have not updated the cloud version due to the 
fear that the problem propagates there. I am only having this problem in 
the development local instance.

I have tried other appengine versions, 1.9.0 and 1.9.4, without success. 
Beofre having wordpress version 3.9.1 I was running on 3.9 without a 
problem.

I am not sure where to look and how to troubleshoot at this point. This is 
delaying my complete migration to gcloud.

Please, help, any hints will be appreciated.

Thanks,

Lucas 



On Friday, December 6, 2013 6:22:18 PM UTC-5, Mars Lan wrote:
>
> Thank you for bring this issue to our attention. The bug surfaces due to a 
> change in WordPress 3.7 and affects only the development server. It 
> should be fixed in the next release. Meanwhile, please manually change 
> line 109 -110 of /
> google/appengine/tools/devappserver2/php/runtime.py from 
>
> user_environ['REAL_SCRIPT_FILENAME'] = environ[ 
> http_runtime_constants.SCRIPT_HEADER]
>
> to
>
> user_environ['REAL_SCRIPT_FILENAME'] = os.path.normpath( 
> os.path.join(self.config.application_root, 
> environ[http_runtime_constants.SCRIPT_HEADER]))
>
> As this is a Python script, make sure the new statement is indented 
> correctly.
>
>
> On Saturday, November 30, 2013 7:47:58 AM UTC-8, OC2PS wrote:
>>
>> Looks like App Engine has trouble with WordPress 3.7.1 
>> http://wordpress.org/support/topic/trouble-running-local-wordpress-in-google-app-engine
>>
>> This is terrible especially as WordPress have decided that they will 
>> start automatically updating WordPress without human intervention!
>>
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Getting exit_code=204 on every second request

2014-05-16 Thread Ward Vanwalleghem
Hi Jeffery,

did you get to the bottom of this ?  I'm experiencing the same problem...

Cheers,

Ward

On Thursday, 20 June 2013 06:31:25 UTC+1, Jeffery Fernandez wrote:
>
> Thanks Amy, 
>
> I have sent you a direct email with details.
>
>
> On Thu, Jun 20, 2013 at 3:01 PM, Amy Unruh 
> > wrote:
>
>> Jeffery,  
>>
>> Would you mind giving me your app id?  You can email it directly if you 
>> like.  
>>
>>  -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>
>
> -- 
> Mobile: +61 430 534 464
> Home: +61 3 9764 4439
> Work: +61 3 9723 9399
>  

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Interesting error when downloading application data

2014-05-16 Thread nalini mirajkar
How to open the output.data file? I am assuming all the data from course 
(course and student data) will be in the .data file. pls provide examples 
to open this file.

On Saturday, August 13, 2011 9:41:30 PM UTC-4, Ricardo Bánffy wrote:
>
> Thanks, Tim. Worked flawlessly.
>
> On Sat, Aug 13, 2011 at 9:18 PM, Tim Hoffman > 
> wrote:
> > The s~ bit is a n artifact of running on HR.
> > Try the download with the s~ added to your [appid]
> > Its been discussed in the groups a lot, not sure if there are any docs
> > anywhere.  (Haven't looked)
> > Also note there is a  new argument for the dev server
> > --default_partitionDefault partition to use in the
> > APPLICATION_ID. (Default dev) which you will want to use
> > If you don't set it, your appid in the key will look like dev~[appid]
> > If you have an old dev datastore you need to set it to no value or you 
> can't
> > access your data
> > Rgds
> > T
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msg/google-appengine/-/FjvCqhReDIgJ.
> > To post to this group, send email to 
> > google-a...@googlegroups.com
> .
> > To unsubscribe from this group, send email to
> > google-appengi...@googlegroups.com .
> > For more options, visit this group at
> > http://groups.google.com/group/google-appengine?hl=en.
> >
>
> -- 
> Ricardo Bánffy
> http://www.dieblinkenlights.com
> http://twitter.com/rbanffy
>
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] bot attack

2014-05-16 Thread dimitriosd1983
I have an application that only runs cron jobs and uses a backend, so there 
are no incoming requests from any client. I noticed that a request from a 
user named 'niki-bot' was received and I'm quite surprised as my app url 
does not appear anywhere it's only used by admin account which sends cron 
requests. Fortunately I had setup security on my crons so this user got a 
403 forbidden message, but I'm still wondering how could this happen. Has 
any of you guys experienced something similar?

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] UserService isLoggedIn always returns false when using LocalUserServiceTestConfig in JUnit test

2014-05-16 Thread Patrik M

UserService isLoggedIn always returns false when using 
LocalUserServiceTestConfig, even if I set it to true using  

setEnvIsLoggedIn(true). 

Declaration
private LocalServiceTestHelper userHelper = new LocalServiceTestHelper(new 
LocalUserServiceTestConfig());


and in setup

 HashMap envAttr = new HashMap();
envAttr.put("com.google.appengine.api.users.UserService.user_id_key", "1");
userHelper.setEnvAttributes(envAttr).setEnvAuthDomain("example.com").
setEnvEmail("t...@example.com").setEnvIsAdmin(false).setEnvIsLoggedIn(true);


 UserService userService = UserServiceFactory.getUserService();

userService.isUserLoggedIn()


This always returns false when running JUnit-test

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Connect to GMail using JavaMail

2014-05-16 Thread diego
Hello,

I want to connect to GMail using JavaMail 
1.5.2. 
I have two kind of clients: for one hand, there're clients who use OAuth 
2.0 2-legged (service account) and they connect to GMail and they can get 
the messages fine. For another hand, there're clients who use OAuth 2.0 
3-legged (normal identification). I can't connect with them to GMail. 


The Java code that I'm using to connect is:

 Properties props = new Properties();
 props.put("mail.imap.ssl.enable", "true"); 
 props.put("mail.imap.sasl.enable", "true");
 props.put("mail.imap.sasl.mechanisms", "XOAUTH2");
 props.put("mail.imap.auth.login.disable", "true");
 props.put("mail.imap.auth.plain.disable", "true");
 Session session = Session.getInstance(props);
 Store store = session.getStore("imap");
 store.connect("imap.gmail.com", *email*, *access_token*);


When I try this code, my debug says:

DEBUG: setDebug: JavaMail version 1.5.2
DEBUG IMAPS: mail.imap.fetchsize: 16384
DEBUG IMAPS: mail.imap.ignorebodystructuresize: false
DEBUG IMAPS: mail.imap.statuscachetimeout: 1000
DEBUG IMAPS: mail.imap.appendbuffersize: -1
DEBUG IMAPS: mail.imap.minidletime: 10
DEBUG IMAPS: enable SASL
DEBUG IMAPS: SASL mechanisms allowed: XOAUTH2
DEBUG IMAPS: trying to connect to host "imap.gmail.com", port 993, isSSL 
true
* OK Gimap ready for requests from XX.XX.XX.XX pg7mb36974204wic
A0 CAPABILITY
* CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN 
X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH AUTH=XOAUTH2 AUTH=PLAIN 
AUTH=PLAIN-CLIENTTOKEN
A0 OK Thats all she wrote! pg7mb36974204wic
DEBUG IMAPS: AUTH: XOAUTH
DEBUG IMAPS: AUTH: XOAUTH2
DEBUG IMAPS: AUTH: PLAIN
DEBUG IMAPS: AUTH: PLAIN-CLIENTTOKEN
DEBUG IMAPS: protocolConnect login, host=imap.gmail.com, user=MY_EMAILs, 
password=
DEBUG IMAPS: SASL authentication command trace suppressed
DEBUG IMAPS: SASL Mechanisms:
DEBUG IMAPS:  XOAUTH2
DEBUG IMAPS: 
DEBUG IMAPS: SASL client XOAUTH2
DEBUG IMAPS: SASL callback length: 1
DEBUG IMAPS: SASL callback 0: 
javax.security.auth.callback.NameCallback@138bef5
*DEBUG IMAPS: SASL no response*

Well, I don't know what happens but it has to be because of OAuth 2.0 
because I have tried to connect to GMail without OAuth 2.0 (using email and 
password) and it works fine.

Any idea?

-- 

*___Nota:* Según la normativa vigente en materia de Protección de Datos de 
Carácter Personal, le informamos que sus datos han sido incorporados a un 
fichero denominado "Clientes y/o Proveedores" creado por resolución de la 
Agencia Española de Protección de Datos y del que es responsable "*The 
Cloud Gate S.L.*", con CIF: B-18961433. La finalidad del tratamiento de sus 
datos es mantener la relación contractual existente o mantenerle informado 
de novedades y noticias que puedan resultar de su interés. Le informamos 
que usted puede ejercitar sus derechos de acceso, rectificación, 
cancelación y oposición, mediante escrito dirigido a: "*The Cloud Gate S.L.*", 
Avda. Constitución 22, 1º 8 - 18012 Granada, o mediante email a la 
siguiente dirección de correo electrónico: i...@thecloud.es La información 
incluida en este e-mail es CONFIDENCIAL, siendo para uso exclusivo del 
destinatario arriba mencionado. Si usted lee este mensaje y no es el 
destinatario indicado, le informamos que está totalmente prohibida 
cualquier utilización, divulgación, distribución y/o reproducción de esta 
comunicación sin autorización expresa en virtud de la legislación vigente. 
Si ha recibido este mensaje por error, le rogamos nos lo notifique 
inmediatamente por esta misma vía y proceda a su eliminación. *"**nubbius"*es 
una marca registrada por The Cloud Gate S.L.

This information is private and confidential and intended for the recipient 
only. If you are not the intended recipient of this message you are hereby 
notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited. This communication is for information 
purposes only and should not be regarded as an official statement from *The 
Cloud Gate, S.L.* Email transmission cannot be guaranteed to be secure or 
error-free. Therefore, we do not represent that this information is 
complete or accurate and it should not be relied upon as such. All 
information is subject to change without notice. "*nubbius*" is a 
registered trademark of The Cloud Gate S.L.

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: too many appengine frontend instances

2014-05-16 Thread Breno Marques
I have the same problem, the budget was adjusted twice but is soon exceeded

Em sexta-feira, 9 de maio de 2014 00h40min19s UTC-3, blackdew escreveu:
>
> my server make too many Frontend instances
>
> may be it make instance per request
>
> from 2 hours ago
>
> and my last deploy was yesterday may be 24 hours ago
>
> so, help and give me any advice
>
> thanks
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Error 414 when logging in with multiple accounts

2014-05-16 Thread synth3tk


We're using GAE Python and allow users to login using their existing Google 
accounts. The login code is straightforward:
def _require_login(self, target_url="/"): if not self.user_bundle.user: 
return self.redirect( self.user_bundle.create_login_url(target_url), abort=
True )


This creates a redirect to Google for the user to login, then upon 
successful login gets sent back to wherever they were originally trying to 
navigate.

The problem seems to be that if a user has more than a certain number of 
Google / GApps accounts logged in simultaneously (I can successfully 
reproduce it once I hit 5 accounts), they get an "Error 414" from Google:

[image: Google Error 414]

My brief search on the error states that the URL is too long, since it's a 
GET request. Just about all of the advice states to use POST instead. The 
problem is, we're using Google's built-in create_login_urlmethod, which, as 
far as I can tell, doesn't provide a way to specify POST instead of GET.

How can we fix this?

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Issue with Cloud App Engine, Jersey REST framework and Cloud SQL

2014-05-16 Thread ajoy sinha
 

I have a App engine Project in Google App Engine named : cwdataproject I 
also have a REST service Application deployed in Google App engine under 
same Project. I have Implemented REST service using Jersey with CORS 
implementation.REST service Application Project retrieving data from Google 
Cloud SQL and returning back to client.

Now, the behavior of REST service seems very unstable. Some time it is 
giving back result. and sometime it is not returning any data . But no 
error is there.

This is from App Engine log :

A 2014-05-14 11:41:27.581 200 298B 12ms
/rest/messageservices/manufecturerlist?callback=createmanufactureroption 
[13/May/2014:23:11:27 -0700] "GET 
/rest/messageservices/manufecturerlist?callback=createmanufactureroption 
HTTP/1.1" 200 298 - "Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Lenovo 
P780_ROW Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 
Mobile Safari/534.30" "cwdataproject.appspot.com" ms=12 cpu_ms=520 
cpm_usd=0.33 instance=00c61b117ce022f9f9bf9df99be6e4b0b6e58e 
app_engine_release=1.9.4

But same code was working hours back ;-) Here is a log which was returning 
data previously. No change has been done ..

[13/May/2014:11:23:18 -0700] "GET 
/rest/messageservices/manufecturerlist?callback=createmanufactureroption 
HTTP/1.1" 200 560 - "Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; Lenovo 
P780_ROW Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 
Mobile Safari/534.30" "cwdataproject.appspot.com" ms=11543 cpu_ms=7280 
cpm_usd=0.63 loading_request=1 
instance=00c61b117ce022f9f9bf9df99be6e4b0b6e58e app_engine_release=1.9.4 

I only can see a difference *loading_request=1* 

Really no idea. !!!

Can anybody help please ..

My appengine-web.xml file looks as below ...

 http://appengine.google.com/ns/1.0";> 
messageframework 1  
true  



I have billing enabled for this GAE project. I have already 3 USD billed on it. 
I will not be able to use Cloud SQL 
qithout billing activated. I have found I need to do a shoutdown of instance at 
console.developers.google.com/project/apps~cwdataproject/… 

and then on the very next request it is restarting the instance and send the 
proper response back. But if i kept idle for one hour without 
any request. then from then onwards I am not getting any response back. again I 
have to restart the instance to get the response back.


And these behaviour is observing for those seervices which are intaresting with 
cloud sql database. there are two 
services which are not interesting with database, those are working always

Need help to solve it out :(


-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] 500 Error occurring inconsistently

2014-05-16 Thread Rafael
This might happen when your instance is booting. Do you have enough traffic
to keep instances up?


On Mon, May 12, 2014 at 8:42 PM, Simply Crow wrote:

>
> My app keeps generating this error once in a while "A problem was encountered 
> with the process that handled this request, causing it to exit. This is 
> likely to cause a new process to be used for the next request to your 
> application." The error shows up off and on for exactly the same request. The 
> unrepeatability of the error makes it very hard to debug. Can someone please 
> help?
>
>  --
> 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 this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Finding the source of datastore reads

2014-05-16 Thread Joshua Smith

On May 12, 2014, at 4:42 PM, Maël VINCENT  wrote:

> How many entities have you got in your datastore ?

79K

> Do you have any queries which list a lot of entities possibly ?

Just one in a cron that runs through everything once an hour.

And with that: my silly question is answered. :)

79K * 24 > 1MM

That explains it!!!

Thanks.

-Joshua

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Appengine SDK 1.9.4 is slow to query the datastore

2014-05-16 Thread Jacob G
Undoing the 1.9.3 change helps. I was still have performance issues after 
that, and Patrick Costello (GAE dev) advised me to try the following, which 
totally fixed all dev perf problems: In 
google.appengine.datastore.datastore_sqlite_stub, after the PRAGMA 
statement in __Init, insert the following code, start dev_appserver once, 
and then remove the code, and restart:

self.__connection.execute('DELETE FROM sqlite_stat1')
self.__connection.execute('ANALYZE sqlite_master')

On Thursday, May 15, 2014 10:02:11 AM UTC-4, bmurr wrote:
>
> Guess I should have searched the issues more carefully before posting:
>
>
> https://code.google.com/p/googleappengine/issues/detail?id=10845&q=stars%3A2&sort=-id&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How much do I pay to extend the datastore read operations?

2014-05-16 Thread aramesh . sj
Hello,

I have an app engine app that is running on a "free quota". The datastore 
queries have been exceeded and I want to pay to extend it. How do I know 
the price to pay to extend Datastore Read operations?

Thanks!

Ajay

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Wait, what? App Engine doesn't work with latest version of WordPress?

2014-05-16 Thread Mars Lan
Could you share your app.yaml. It seems that it's trying to "require" a 
directory (C:\appengine-php-wp) rather than an actual php script.

On Wednesday, May 14, 2014 5:43:28 AM UTC-7, Lucas E Wall wrote:
>
> Hello Mars,
>
> I am having the error mentioned above.
>
> *Warning:  require(C:\appengine-php-wp): failed to open stream: 
> Permission denied in C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\devappserver2\php\setup.php
>  
> on line 102*
>
> *Fatal error:  require(): Failed opening required '\' 
> (include_path='C:\appengine-php-wp;C:\Program Files 
> (x86)\Google\google_appengine\php\sdk') in C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\devappserver2\php\setup.php
>  
> on line 102*
>
> But I checked the line you mentioned on *runtime.py* and it is already up 
> to date per your description.
>
> I am running appengine 1.9.3, python 2.7 and wordpress 3.9.1. Since I 
> started having the problem I have not updated the cloud version due to the 
> fear that the problem propagates there. I am only having this problem in 
> the development local instance.
>
> I have tried other appengine versions, 1.9.0 and 1.9.4, without success. 
> Beofre having wordpress version 3.9.1 I was running on 3.9 without a 
> problem.
>
> I am not sure where to look and how to troubleshoot at this point. This is 
> delaying my complete migration to gcloud.
>
> Please, help, any hints will be appreciated.
>
> Thanks,
>
> Lucas 
>
>
>
> On Friday, December 6, 2013 6:22:18 PM UTC-5, Mars Lan wrote:
>>
>> Thank you for bring this issue to our attention. The bug surfaces due to 
>> a change in WordPress 3.7 and affects only the development server. It 
>> should be fixed in the next release. Meanwhile, please manually change 
>> line 109 -110 of /
>> google/appengine/tools/devappserver2/php/runtime.py from 
>>
>> user_environ['REAL_SCRIPT_FILENAME'] = environ[ 
>> http_runtime_constants.SCRIPT_HEADER]
>>
>> to
>>
>> user_environ['REAL_SCRIPT_FILENAME'] = os.path.normpath( 
>> os.path.join(self.config.application_root, 
>> environ[http_runtime_constants.SCRIPT_HEADER]))
>>
>> As this is a Python script, make sure the new statement is indented 
>> correctly.
>>
>>
>> On Saturday, November 30, 2013 7:47:58 AM UTC-8, OC2PS wrote:
>>>
>>> Looks like App Engine has trouble with WordPress 3.7.1 
>>> http://wordpress.org/support/topic/trouble-running-local-wordpress-in-google-app-engine
>>>
>>> This is terrible especially as WordPress have decided that they will 
>>> start automatically updating WordPress without human intervention!
>>>
>>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Twitter API For Google App Engine

2014-05-16 Thread Chad Vincent
Here's the proper way to fetch something via HTTP from AppEngine:

https://developers.google.com/appengine/docs/php/urlfetch/


On Tuesday, May 13, 2014 7:20:05 AM UTC-5, Touqeer Shafi wrote:
>
> I am making twitter bot on google app engine.
> i am facing problem while posting to twitter api. using file_get_content 
> functions. I am using this function because CURL is not enable on 
> GoogleAppEngine can any body guide me thorugh this how to get this running 
> using the file_get_content
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How much do I pay to extend the datastore read operations?

2014-05-16 Thread Chad Vincent
You set up billing and set a quota.  AppEngine then bills you for any reads 
you use above the free quota.

On Friday, May 16, 2014 12:24:45 PM UTC-5, arame...@mysummitps.org wrote:
>
> Hello,
>
> I have an app engine app that is running on a "free quota". The datastore 
> queries have been exceeded and I want to pay to extend it. How do I know 
> the price to pay to extend Datastore Read operations?
>
> Thanks!
>
> Ajay
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Getting exit_code=204 on every second request

2014-05-16 Thread Mars Lan
We are aware of an issue where leaving file handlers un-closed can 
sometimes cause the subsequent request to crash.


On Wednesday, May 14, 2014 4:19:30 AM UTC-7, Ward Vanwalleghem wrote:
>
> Hi Jeffery,
>
> did you get to the bottom of this ?  I'm experiencing the same problem...
>
> Cheers,
>
> Ward
>
> On Thursday, 20 June 2013 06:31:25 UTC+1, Jeffery Fernandez wrote:
>>
>> Thanks Amy, 
>>
>> I have sent you a direct email with details.
>>
>>
>> On Thu, Jun 20, 2013 at 3:01 PM, Amy Unruh  wrote:
>>
>>> Jeffery,  
>>>
>>> Would you mind giving me your app id?  You can email it directly if you 
>>> like.  
>>>
>>>  -- 
>>> 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-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>
>>
>> -- 
>> Mobile: +61 430 534 464
>> Home: +61 3 9764 4439
>> Work: +61 3 9723 9399
>>  
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Getting exit_code=204 on every second request

2014-05-16 Thread Mars Lan
We are aware of an issue where leaving file handles un-closed can sometimes 
cause the subsequent request to crash.

On Wednesday, May 14, 2014 4:19:30 AM UTC-7, Ward Vanwalleghem wrote:
>
> Hi Jeffery,
>
> did you get to the bottom of this ?  I'm experiencing the same problem...
>
> Cheers,
>
> Ward
>
> On Thursday, 20 June 2013 06:31:25 UTC+1, Jeffery Fernandez wrote:
>>
>> Thanks Amy, 
>>
>> I have sent you a direct email with details.
>>
>>
>> On Thu, Jun 20, 2013 at 3:01 PM, Amy Unruh  wrote:
>>
>>> Jeffery,  
>>>
>>> Would you mind giving me your app id?  You can email it directly if you 
>>> like.  
>>>
>>>  -- 
>>> 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-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>
>>
>> -- 
>> Mobile: +61 430 534 464
>> Home: +61 3 9764 4439
>> Work: +61 3 9723 9399
>>  
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.