Re: [google-appengine] app.yaml instance performance settings

2014-10-06 Thread Vinny P
On Fri, Oct 3, 2014 at 5:53 AM, Nial Giacomelli < nial.david.giacome...@gmail.com> wrote: > However, when attempting to deploy these changes via the command line I'm > warned: > > WARNING: Performance settings included in this update are being ignored >> because your application is not using the M

Re: [google-appengine] Re: Can't link CSS files

2014-10-06 Thread Vinny P
On Fri, Oct 3, 2014 at 6:25 AM, Dragan Mestrovik wrote: > Mee too facing the same problem.. any one please help us > - > On Wednesday, May 2, 2012 12:17:48 PM UTC-7, Gulshan Singh wrote: >> >> I can't figure out how to link CSS style sheets into my html. > > Are you using the same app.yaml as

Re: [google-appengine] Configuring Cloud SQL and JPA with Eclipse

2014-10-06 Thread Vinny P
On Sat, Oct 4, 2014 at 1:53 PM, Nick wrote: > I am trying to configure my GAE Eclipse project with Cloud SQL and JPA. > > However I continue to get this error: > >> Exception [EclipseLink-4021] (Eclipse Persistence Services - >> 2.5.2.v20140319-9ad6abd): >> org.eclipse.persistence.exceptions.Da

Re: [google-appengine] Help Needed in handling Forms (GAE PHP)

2014-10-06 Thread Vinny P
On Fri, Oct 3, 2014 at 6:05 AM, Anmol Parashar <4nm0...@gmail.com> wrote: > I have done everything. From exporting the files to uploading them on the > App Engine. The only thing I can't figure out is how to upload the 8 .php > files. I moved them to a different folder but the *upload: *directive

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

2014-10-06 Thread Vinny P
On Fri, Oct 3, 2014 at 7:30 PM, Henrique Casagrande Bravin < tomahaw...@gmail.com> wrote: > But both my computer when I try to update the file server only runs (or > accepted) when I put *python* instead of *python27 * > How do I run python27 in GAE? > Python applications in GAE automatically de

Re: [google-appengine] app engine fails to deploy when .jpg files are included in website

2014-10-06 Thread Vinny P
On Sun, Oct 5, 2014 at 1:41 PM, Michael Mcmahon wrote: > However all images supplied by me cause a failure to deploy. This is a > new problem > File "C:\Program Files > (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 1417, > in SendBatch > payload, > UnicodeDecodeEr

Re: [google-appengine] ftp_nlist()

2014-10-06 Thread Vinny P
On Mon, Oct 6, 2014 at 8:28 AM, Jørgen Ryeng Antonsen < jorgen.anton...@gmail.com> wrote: > > Trying to get a complette list of files in a ftp directory. > > $contents = ftp_nlist($conn_id, ""); > > PHP Warning: ftp_nlist(): Unable to create temporary file. Check > permissions in temporary files

Re: [google-appengine] missing changes on the bigtable from 2014-09-29

2014-10-06 Thread Vinny P
On Tue, Sep 30, 2014 at 6:50 AM, CPunkt LPunkt wrote: > Another interesting detail is that the GAE administration panel says, that > I have deployed a new version yesterday. This is impossible as I stayed on > an exhibition the whole day. > Please note also, that our admin logs show that my last

[google-appengine] Re: JS and Css files are not loading

2014-10-06 Thread Mihail Russu
You need to define routes for static files in your *app.yaml.* So if your css files are located in */static/css *then you'd add something like this: - url: /static/css static_dir: /static/css right under "*handlers:*" section of your *app.yaml* See more info here: https://cloud.google.com/

[google-appengine] how to use python27 ?

2014-10-06 Thread Henrique Casagrande Bravin
Hello everybody. I started fiddling with an app due to some business college and my advisor told me to see if Python25 or Python27 wheel. Well, I made a simple script that calls the sys and prints his version. The payoff is that the python that is running is 2.5. Documentation informs that tak

[google-appengine] app engine fails to deploy when .jpg files are included in website

2014-10-06 Thread Michael Mcmahon
I have 2 apps in GAE with python27 for windows 8.1, both simple websites. The addresses are guisboroughtennisclub.appspot.com (the ''live'' site) and spawood1.appspot.com, which I use for testing. i can no longer upload photos to either site because the launcher fails to deploy [see details of e

[google-appengine] ftp_nlist()

2014-10-06 Thread Jørgen Ryeng Antonsen
Trying to get a complette list of files in a ftp directory. function filelist($conn_id){ $contents = ftp_nlist($conn_id, ""); // output $contents var_dump($contents); return $contents; } function connectFTP($ftp_server,$ftp_port,$ftp_user,$ftp_pass,$ftp_dir){ // set up a connection or di

[google-appengine] Configuring Cloud SQL and JPA with Eclipse

2014-10-06 Thread Nick
I am trying to configure my GAE Eclipse project with Cloud SQL and JPA. I followed these documents: https://developers.google.com/eclipse/docs/cloudsql-jpatools https://cloud.google.com/appengine/docs/java/cloud-sql/ https://github.com/GoogleCloudPlatform/appengine-cloudsql-native-mysql-eclipseli

[google-appengine] Re: Can't link CSS files

2014-10-06 Thread Dragan Mestrovik
Mee too facing the same problem.. any one please help us -- sqageek On Wednesday, May 2, 2012 12:17:48 PM UTC-7, Gulshan Singh wrote: > > I can't figure out how to link CSS style sheets into my html. This is how > my app.yaml looks: > > application: gulshan-singh > versio

[google-appengine] JS and Css files are not loading

2014-10-06 Thread Dragan Mestrovik
I ll just tried to call external css and javascript friles. But they are not loading... i am attaching my work.. please help me in solving my issue -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop rec

[google-appengine] eclipse maven module project missing jar

2014-10-06 Thread Roman Schönbichler
Hi all, I've created an application with different modules using maven. Therefore I followed this appengine-modules-sample-java layout. Then I added a module, called base, which compiles as a jar and all other modules depe

[google-appengine] app.yaml instance performance settings

2014-10-06 Thread Nial Giacomelli
I'm new to GAE and have a fairly simple application deployed which uses the PHP runtime. I'm looking to make some tweaks to performance, more specifically the behaviour of instances. I'm essentially attempting to ensure that I always have at least one idle instance running at all times. To do t

[google-appengine] 1.9.13 causing some requests to crash instances?

2014-10-06 Thread Ryan Barrett
hi all! starting around 3PM PST yesterday, my instances have started crashing on a small fraction of requests, much more often and consistently than before. (app id s~brid-gy.) the log message is the usual, "A problem was encountered with the process that handled this request, causing it to exi