[google-appengine] Re: NucleusObjectNotFoundException

2013-11-12 Thread Ian Marshall
This sort of question is ideal to be asked on StackOverflow. On Tuesday, 12 November 2013 03:14:38 UTC, skin wrote: Hi, I am getting the below exception even when I have the entity with Id 4 for the kind X. Could not retrieve entity of kind X with key X(X(4))

[google-appengine] Can't access admin dashboard

2013-11-12 Thread Josh Chen
Server Error A server error has occurred. Return to Applications screen » https://appengine.google.com/ App id: s~packagetrackr-db-hrd -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

[google-appengine] add-on Google Cloud Storage to an existing GAE project

2013-11-12 Thread ken
Hi, I'm attempting to add-on Google Cloud Storage to an existing GAE project, but am confused about whether I've succeeded. 1. I visited https://cloud.google.com/console#/project , clicked the checkbox for one of my projects (ABC), clicked the Create Project button, validated my phone# via

Re: [google-appengine] Re: backend termination question

2013-11-12 Thread will
Sorry for the temporary radio silence. I was trying to get an AppStats log for my local machine to compare. Absent that, qualitatively from running this many times I'd say the times are pretty close between local and GAE hosted (even with pretty substantial debug logging locally). The GAE stats

Re: [google-appengine] App Engine Version 1.8.8 in control panel ???

2013-11-12 Thread Barry Hunter
Your a canary! Well your app is. You get to test out the new version before it released to everyone. If something is broken, report it. Otherwise enjoy it ;) On 12 November 2013 23:22, o...@haitov.com wrote: Hi logged in to my control panel and this is what i see ??!? -- You received

[google-appengine] Re: major problems with the datastore?

2013-11-12 Thread James Gilliam
More and more, gae has one problem after another ... Yesterday, images were disappearing Today, having issues with memory cache The only good news is eventually the problems go away On Sunday, November 10, 2013 10:20:13 PM UTC-8, Jon Stevens wrote: All the sudden, with no changes on my end,

Re: [google-appengine] App Engine Version 1.8.8 in control panel ???

2013-11-12 Thread opg
Do you know if there is some documentation about it anywhere ??? Can i disable this ?? I provide a paid service to customers, and reliability is a critical issue !!! I must say i'm not feeling too happy about the new undocumented version of GAE being tested on my app, specially without

Re: [google-appengine] Re: major problems with the datastore?

2013-11-12 Thread Jon Stevens
Yea, I wasn't trying to complain. After working on building cloudfoundry for the last 7 months, I've come to appreciate gae quite a bit. This paas shit is super hard. The level that gae operates is amazing. Keep up the good work gae team, many many people aspire to be as good as you are. Jon

Re: [google-appengine] App Engine Version 1.8.8 in control panel ???

2013-11-12 Thread Barry Hunter
There is a feature request here: https://code.google.com/p/googleappengine/issues/detail?id=7110 to have a optin 'stable' channel, to get less frequent updates. On 12 November 2013 23:50, o...@haitov.com wrote: Do you know if there is some documentation about it anywhere ??? Can i disable

Re: [google-appengine] App Engine Version 1.8.8 in control panel ???

2013-11-12 Thread opg
Thank you, Starred the feature request, sounds very logic and good, but it's more than a year there already But still there's a big difference between stable or new released and documented versions versus running my app on an undocumented unreleased version without even notifying me !! On

Re: [google-appengine] Re: major problems with the datastore?

2013-11-12 Thread Barry Hunter
The only good news is eventually the problems go away Exactly, failure happens. But its not you running around frantically trying to fix it :p -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

[google-appengine] Google Cloud Storage Client not working on dev appserver (no _ah/gcs handler?)

2013-11-12 Thread ckhan
I didn't post this q on SO, but I'm running into the same issues. http://stackoverflow.com/questions/19727344/google-cloud-storage-client-not-working-on-dev-appserver It looks like the latest version of the GCS client is posting requests to /_ah/gcs, but no one's home on the other side (404).

[google-appengine] Using Google App Engine to host SOAP API service.

2013-11-12 Thread support
Hello Guys, We are running SOAP API on Tomcat (axis2), and we are hoping to migrate it to Google App Engine. We are hoping that we can upload .war file but that's not an option here, so we are trying the eclipse plugin, so we just wanted to know if we need to do a different coding (creating

[google-appengine] From GitHub to Google App Engine

2013-11-12 Thread Márcio Nitão
Hi guy's. I have an application on the Github repository, and would send it to the GAE (google app engine). How can I do? 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

[google-appengine] how to upload large files to blobstore using pytho gae without webapp

2013-11-12 Thread CEBILE ELLEN SKHOSANA
hey guys. Im trying to upload large files using a form to blobstore without the blobstore_handlers.BlobstoreDownloadHandler class since Im not using the webapp framework -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

[google-appengine] Updated Java Tutorial

2013-11-12 Thread Sid Ferreira
I started https://developers.google.com/appengine/docs/java/gettingstarted/creating and noticed that today Eclipse creates a whole different project. Does anyone know the updated version? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] PHP and Datastore

2013-11-12 Thread Quincy Kwende
Is it possible to use PHP with datastore on the app engine .. Must I use Cloud SQL ? -- 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] Unable to connect to cloud sql using mysql client

2013-11-12 Thread Garima Ahuja
Hi, I am a newbie to google app engine. I have been trying to connect to Cloud SQL using mysql client. I have whitelisted my ip in the app. The error I am getting is: ERROR 2003 (HY000): Can't connect to MySQL server on 'ip' (111) I am behind a proxy, could that be the reason? If yes, kindly

[google-appengine] Endpoints jsessionid

2013-11-12 Thread Ryan Lombardo
Is is possible to send the jsessionid via the URL when working with endpoints? Such as https://app.appspot.com/_ah/api/bp/v1/endpoint;jsessionid=test When trying this I'm getting a 404 not found message whenever I include the jsessionid. Passing the jsessionid by cookies works fine, but by URL

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-12 Thread Larry Sherrill
We had a similar problem starting 10/31/2013. It had been working for 5 years and just stopped with an immediate SocketTimeoutException (java sdk) at URLFetchServiceImpl.java line142. Somehow we got it working. Here's how: Instead of using HttpURLConnection with the domain name we used the ip

[google-appengine] request_logs fail after first 1000k entries due to oath failure

2013-11-12 Thread Marcel Ehrlitzer
Hi there, I am want to download my logs at a daily basis. It was working flawlessly when i had the default log storage of 1GB. As the traffic got bigger I had to increase the storage to 5GB. Now the request_logs call fails after the first 1000k entries wit the following error: 401

[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] oauth.get_current_user()

2013-11-12 Thread Derek Battams
I'm having a hard time finding a definitive answer to this question: Within my appengine app, can the use of oauth.get_current_user() ever return a user object if using Google's oauth2 end points as the authentication method? The get_current_user() call works fine and returns the User object

[google-appengine] ImportError: No module named spitfire.runtime

2013-11-12 Thread Jalil Mohammed
I am new to GAE and getting this error when I try to launch my app. I am using spitfire template system (https://code.google.com/p/spitfire/) $ dev_appserver.py . ., .. importError: No module named spitfire.runtime Anyone had this issue before? I am not sure if its because

[google-appengine] PHP Error 204 - but goes away on refresh (Zend Framework)

2013-11-12 Thread Rodrigo Silveira
I'm running a Zend Project on GAE (PHP 5.4). On my development environment, everything works fine. When I deploy the app, however, I get 500 errors on form posts. If I refresh the page, the data gets posted, even though the form validation fails. In both cases, the request only takes a couple

[google-appengine] Google App engine is only web hosting service?

2013-11-12 Thread David Garcia
Hello, I just made my first application on App Engine which is a single page that says hello when I access it. But I wonder if I can make an application server, so that different programs can connect to it, by different ports. For example, Amazon EC2 I can have a program running, that attends

[google-appengine] How to model data relationships using Mobile Backend starter

2013-11-12 Thread antonio roa
Hi guys, I recently started using the MBS solution provided by google. I set up the android sample for the guestbook and it works fine. In the case I have a local SQLite database, how would you map the table relationships to entity relationships on the Cloud storage? Thanks a lot for your

[google-appengine] gae_override.httplib

2013-11-12 Thread Sergey Pronin
Hi all! For the last two day I'm receiving No module named gae_override.httplib exceptions trying to access memcache (get mostly). The point is, that it appears randomly. All day it can be normal, but some 50-100 serial requests can fail. I didn't touch that code for a couple of weeks -

[google-appengine] What is the most efficient way to compute a rolling median on appengine?

2013-11-12 Thread Mathieu Simard
Since there is no appengine solution available such as the Redis atomic list, I'm left wondering how to implement a cost effective rolling median. Has anyone come up with a solution that would be more convenient than running a redis instance on Google Compute Engine? -- You received this

Re: [google-appengine] gae_override.httplib

2013-11-12 Thread Vinny P
Hi Sergey, I don't believe there are any GAE libraries named *gae_override*. Perhaps your application or attached libraries are attempting to deserialize an memcache object with that model name? What objects are being stored/retrieved from memcache? Do any of them share names with this error,

Re: [google-appengine] Google App engine is only web hosting service?

2013-11-12 Thread Vinny P
On Tue, Nov 12, 2013 at 5:42 AM, David Garcia ehu.pgp.da...@gmail.com wrote: But I wonder if I can make an application server, so that different programs can connect to it, by different ports. App Engine can only accept incoming connections via HTTP port 80 and HTTPS port 443. The Sockets

Re: [google-appengine] Endpoints jsessionid

2013-11-12 Thread Vinny P
On Sun, Nov 10, 2013 at 8:24 PM, Ryan Lombardo spankymcnut...@gmail.com wrote: Is is possible to send the jsessionid via the URL when working with endpoints? When trying this I'm getting a 404 not found message whenever I include the jsessionid. Passing the jsessionid by cookies works fine,

Re: [google-appengine] PHP Error 204 - but goes away on refresh (Zend Framework)

2013-11-12 Thread Vinny P
On Tue, Nov 12, 2013 at 12:52 AM, Rodrigo Silveira rodri...@gmail.com wrote: If I refresh the page, the data gets posted, even though the form validation fails. In both cases, the request only takes a couple of seconds to return Is this form validation server side (PHP) or client side

Re: [google-appengine] how to upload large files to blobstore using pytho gae without webapp

2013-11-12 Thread Vinny P
On Sat, Nov 9, 2013 at 6:22 PM, CEBILE ELLEN SKHOSANA cebileel...@gmail.com wrote: hey guys. Im trying to upload large files using a form to blobstore without the blobstore_handlers.BlobstoreDownloadHandler class since Im not using the webapp framework Are you trying to upload or download

Re: [google-appengine] From GitHub to Google App Engine

2013-11-12 Thread Vinny P
On Fri, Nov 8, 2013 at 3:43 PM, Márcio Nitão marcioni...@gmail.com wrote: I have an application on the Github repository, and would send it to the GAE (google app engine). How can I do? Assuming you're using PHP or Python (the languages that Git Push-To-Deploy supports) you can use your

[google-appengine] Re: Google App engine is only web hosting service?

2013-11-12 Thread timh
You only need different ports if the underlying protocol is not http,https based. If you do need to provide a server for some other protocol then you can't use appengine. T On Tuesday, November 12, 2013 7:42:50 PM UTC+8, David Garcia wrote: Hello, I just made my first application on App

Re: [google-appengine] App Engine Version 1.8.8 in control panel ???

2013-11-12 Thread timh
They always roll out new versions, and you have no control over it. Its a fact of life with appengine. On Wednesday, November 13, 2013 7:50:16 AM UTC+8, o...@haitov.com wrote: Do you know if there is some documentation about it anywhere ??? Can i disable this ?? I provide a paid service to

Re: [google-appengine] Using Google App Engine to host SOAP API service.

2013-11-12 Thread Vinny P
On Mon, Nov 11, 2013 at 7:57 AM, supp...@rchilli.com wrote: We are hoping that we can upload .war file but that's not an option here, so we are trying the eclipse plugin, so we just wanted to know if we need to do a different coding (creating a brand new project) or we can just upload an

Re: [google-appengine] ImportError: No module named spitfire.runtime

2013-11-12 Thread Vinny P
On Mon, Nov 11, 2013 at 11:33 PM, Jalil Mohammed jalilem...@gmail.com wrote: I am new to GAE and getting this error when I try to launch my app. I am using spitfire template system (https://code.google.com/p/spitfire/) importError: No module named spitfire.runtime Anyone had this issue

Re: [google-appengine] Unable to connect to cloud sql using mysql client

2013-11-12 Thread Vinny P
On Sun, Nov 10, 2013 at 1:30 PM, Garima Ahuja garimaahujaish...@gmail.com wrote: I have been trying to connect to Cloud SQL using mysql client. I have whitelisted my ip in the app. The error I am getting is: ERROR 2003 (HY000): Can't connect to MySQL server on 'ip' (111) I am behind a proxy,

Re: [google-appengine] What is the most efficient way to compute a rolling median on appengine?

2013-11-12 Thread Vinny P
On Tue, Nov 12, 2013 at 2:07 PM, Mathieu Simard mathieu.simar...@gmail.com wrote: Since there is no appengine solution available such as the Redis atomic list, I'm left wondering how to implement a cost effective rolling median. That would depend on the size of your data and the rate it's

Re: [google-appengine] Problem runing PHP script on Google App Engine

2013-11-12 Thread Vinny P
On Mon, Nov 11, 2013 at 1:01 PM, hym...@gmail.com wrote: enabling PHP support with Quercus (Java implementation of PHP) You can run PHP natively on App Engine now, you don't need to run it on top of Quercus. See https://developers.google.com/appengine/docs/php/ On Mon, Nov 11, 2013 at 1:01

Re: [google-appengine] Memcache problem

2013-11-12 Thread Vinny P
On Mon, Nov 11, 2013 at 1:25 PM, o...@haitov.com wrote: I have deployed the code to app engine and it woks fine, but does it makes to app engine a difference if my project settings was configured to java 6 or 7 ? (it was to 6). Do you suggest i should uninstall java 6 from my computer ?

Re: [google-appengine] NucleusObjectNotFoundException

2013-11-12 Thread Vinny P
On Mon, Nov 11, 2013 at 9:14 PM, skin nikhildhank...@gmail.com wrote: I am getting the below exception even when I have the entity with Id 4 for the kind X. Could not retrieve entity of kind X with key X(X(4)) org.datanucleus.exceptions.NucleusObjectNotFoundException: Could not retrieve

Re: [google-appengine] PHP and Datastore

2013-11-12 Thread Vinny P
On Mon, Nov 11, 2013 at 1:54 PM, Quincy Kwende quincykwe...@gmail.com wrote: Is it possible to use PHP with datastore on the app engine .. Must I use Cloud SQL ? Currently PHP cannot directly access the datastore. What you can do is use the Cloud Datastore service; see

Re: [google-appengine] How to model data relationships using Mobile Backend starter

2013-11-12 Thread Vinny P
On Tue, Nov 12, 2013 at 6:22 AM, antonio roa antonio.roa.valve...@gmail.com wrote: I recently started using the MBS solution provided by google. I set up the android sample for the guestbook and it works fine. In the case I have a local SQLite database, how would you map the table

Re: [google-appengine] oauth.get_current_user()

2013-11-12 Thread Pertti Kellomäki
In my experience, Google's oauth related documentation is very confusing. I have a Phonegap (i.e. Javascript) application that authenticates with my app engine app using OAuth2, and I used to run around in circles in the docs trying to figure out how to do OAuth2. I use