[google-appengine] Re: AppEngine Standar Enviroment PHP - La codificación de caracteres del documento HTML no ha sido declarada

2018-02-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
This is an HTML issue with your code 
,
 
and that error message is returned by your Browser. This is not an issue 
with Google. It is recommended to ensure you are correctly setting your 
charset as explain in w3schools 
:



- Note that Google Groups is for general product discussions and is not for 
technical support. It is recommended to continue all further 
troubleshooting in your Stack Overflow 

 
post. 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9c24f9c6-934a-44ba-b117-357099baea9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Webapp2 - future clarity

2018-02-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Webapp2 is now an Open Source project maintained on Github 
. The community has already 
added support for Python 3 as per the git report here 
. The Google Cloud 
App Engine Standard team is also working hard on supporting new runtime 
versions, and Python 3 is definitely on the list (currently there is no 
ETA). Note that you can already use Python 3 on App Engine Flexible 
.  

- For any further Webapp2 specific issues and requests it is recommended to 
use their Github tracker.   


-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/59856955-4090-47fc-b40a-95a5bdbd8261%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: I want to upload my code,but meet a problem.........

2018-02-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
It is recommended to use the new Gcloud SDK  
to deploy your App Engine applications as per the documentations 
.
 
Just ensure that your app.yaml configuration file 
 
is using the latest syntax. 

- Note that Google Groups is for general product discussions and is not for 
technical support. For further technical support it is recommended to post 
your detailed questions to Stack 
Overflow using the 
supported Cloud tags. 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e1424300-2d6f-42e0-b344-a816e9be58cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Multiple apps in one app engine

2018-02-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I found this old thread 
 
about this same issue. Most of the ideas discussed are still relevant 
today, including the use of microservices 

 and 
the ability to create a number of applications 
 under one account depending 
on a variety of factors like resources and usage history. 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3396b2ee-7370-4268-97c2-0a4c198c9129%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE Search API example does not compile with line Utils.indexADocument(INDEX, document)

2018-02-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine


After a quick search, I found this StackOverflow thread about 'Cannot find 
symbol' error which discusses in detail how this error is related to the 
identifiers.

It seems that your actual issue is related to debugging your application. 
For further assistance I would recommend posting a question to StackOverflow 
 which we also 
monitor, as this falls outside the scope of the issue tracker which is 
intended for issue reports and feature request. Check out our community 
support page  for 
the list of tags  we 
monitor. 

 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/874d5ccd-f2cc-48f1-a6d9-54191d979c94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: appcfg does not support deploying to the Flexible environment. Use "gcloud app deploy" to deploy "env: flex" apps

2018-02-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
What was the deployment command used? Please try the previously suggested 
command using 'gcloud app deploy --verbosity=debug' or 'mvn 
appengine:deploy' using the Maven plugin.

On Thursday, February 1, 2018 at 8:58:40 AM UTC-5, Georges Bou Ghantous 
wrote:
>
> Hi;
>
> When deploying my Maven app from Codeshop to GAE I get the following error:
>
> 09:46 AM Starting update of app: propane-primacy-193602, version: 
> 20180129t145712 09:46 AM Getting current resource limits. 09:46 AM Scanning 
> files on local disk. Error 400: --- begin server output --- appcfg does not 
> support deploying to the Flexible environment. Use "gcloud app deploy" to 
> deploy "env: flex" apps. --- end server output ---
>
>
> Any ideas?
>
> MY app.ymal at least contains:
>
> runtime: java env: flex api_version: 1
>
>
>
> Thanks
>
> George
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5995432b-95d6-46a5-952c-fcbb83460eec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] I want to upload my code,but meet a problem.........

2018-02-02 Thread 夏子龙
I downloaded the sdk 2.7.14 on the website and installed it directly.I 
wanted to deploy my code  via google app engine launcher but failed,so i 
tried the code about "hello world".Unfortunately,the same error occurred.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/049eccbc-8e8d-4ce0-9ee1-cdf8f0f929e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


app.yaml
Description: Binary data


[google-appengine] Multiple apps in one app engine

2018-02-02 Thread TEO OBOTEO
hi,

Is this possible to connect multiple apps with one app engine? All the apps 
are in one account only. 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0f0138a3-4f4e-4ff1-b9cf-8e500028350f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] AppEngine Standar Enviroment PHP - La codificación de caracteres del documento HTML no ha sido declarada

2018-02-02 Thread WH NM
I am begginer in AppEngine with PHP. I am following this 
tutorial https://cloud.google.com/appengine/docs/standard/php/quickstart.

This is my code:

app.yaml:
runtime: php55
api_version: 1


handlers:
- url: /.*
  script: index.php


index.php:



 
 
 SOFTCLOUD - Hello Word PHP APPENGINE




 

When I want to deploy in the local server the application doesn't show 
anything in chrome and Mozilla browser show a message in console.

Mozilla Message:

*"La codificación de caracteres del documento HTML no ha sido declarada. El 
documento se mostrará con texto "basura" en algunas configuraciones de 
navegador si el documento contiene caracteres externos al rango US-ASCII. 
La codificación de caracteres de la página debe ser declarada en el 
documento o en el protocolo de transferencia."*

Please, help me.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2e304a8d-21b5-46d7-b9a6-0695a91895ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Webapp2 - future clarity

2018-02-02 Thread Richard Cheesmar
Hi, can anyone from Google tell me what the future of webapp2 is, will it 
support python 3 at anytime soon or is it time to move over to flask?


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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/032c9708-7478-42d4-935c-f217f5eddac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE Search API example does not compile with line Utils.indexADocument(INDEX, document)

2018-02-02 Thread suresh paulraj
Hi,

I'm running into local Eclipse compilation issue with a particular class 
"Utils.indexADocument(INDEX, document)" from GCP documented 
example 
https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/appengine-java8/search/src/main/java/com/example/appengine/search/IndexServlet.java

[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
C:\dev\gcpworkspace\flexibleprj\src\main\java\com\example\appengine\search\IndexServlet.java:[62,7]
 
cannot find symbol
  symbol:   variable Utils
  location: class com.example.appengine.search.IndexServlet
[INFO] 1 error

Java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

Can someone 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4487f34d-5c27-44d1-9abf-f28c4734710e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: appcfg does not support deploying to the Flexible environment. Use "gcloud app deploy" to deploy "env: flex" apps

2018-02-02 Thread Georges Bou Ghantous
Hi again;

I updated my POM.xml with the following plugins:
...

com.google.appengine
gcloud-maven-plugin
2.0.9.133.v201611104
   

com.google.appengine
appengine-maven-plugin
${appengine.maven.plugin}
  

com.google.cloud.tools
appengine-maven-plugin
1.3.2


org.eclipse.jetty
jetty-maven-plugin
${jetty.maven.plugin}

  
however I still get the same error msg.

Any ideas?


On Friday, February 2, 2018 at 2:10:15 AM UTC+11, Kenworth (Google Cloud 
Platform) wrote:
>
> The use of 'appcfg' on Flexible environment is already deprecated. As 
> alternatives, you can use 'gcloud app deploy' using the SDK or 'mvn 
> appengine:deploy' using the Maven plugin. 
>
> I recommend following the Quickstart for Java in GAE Flex 
>  
> article that contains sample HelloWorld deployments.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bdc180b9-2041-409a-8760-47366df71849%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Dhandapani Sattanathan
Yes Shaharia Azam, It is working fine now.

Thanks for your valuable reply. It solved the problem.

On Friday, February 2, 2018 at 5:03:57 PM UTC+5:30, Shaharia Azam wrote:
>
> So it's working good now?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7a136f61-6529-45c3-9925-dc9fa030d11c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Shaharia Azam
So it's working good now?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4da4e226-43f6-46fc-bbff-e1312a7782ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Shaharia Azam
So it's working now?

On Feb 2, 2018 11:49 AM, "Dhandapani Sattanathan" <
dhandapani.sattanat...@ssomens.com> wrote:

> Thanks, Kenworth & Shaharia Azam for your reply.
>
>
> I tried with sys_get_temp_dir() function in GAE Flexible Environment,
>
> I changed like index.php and Cache.php in Mpdf. Now /tmp writable in GAE
> FE.
>
> index.php
>
> 
>
> require_once 'mpdf/vendor/autoload.php';
> use Mpdf\Mpdf;
>
>
> $path=sys_get_temp_dir ();
> putenv('MPDF_TEMP_PATH='.$path);
>
>
> ?>
>
>
>
> I did modification in mpdf Cache.php
>
> public function __construct($basePath, $cleanupInterval = 3600)
>  {
>  $basePath=getenv('MPDF_TEMP_PATH');
>  if (!is_writable($basePath)
>  && is_writable(dirname($basePath))
>  && !file_exists($basePath)) {
>  mkdir($basePath, 0777, true);
>  }
>
>
>  if (!is_writable($basePath)) {
>  throw new \Mpdf\MpdfException(sprintf('Temporary files directory "%s" is
> not writable', $basePath));
>  }
>
>
>  $this->basePath = $basePath;
>  $this->cleanupInterval = $cleanupInterval;
>  }
>
>
>
>
> On Friday, February 2, 2018 at 5:15:28 AM UTC+5:30, Shaharia Azam wrote:
>>
>> Did you try changing the temporary path with "/tmp"? This "/tmp" should
>> be writable or use php sys_get_temp_dir() function in your GAE flexible
>> environment so you will get a temporary directory file location that is
>> writable.
>>
>>
>>
>> On Thursday, February 1, 2018 at 12:09:10 PM UTC+6, Dhandapani
>> Sattanathan wrote:
>>>
>>> Hi,
>>>
>>> I m using more than 1 years Google App engine Flexible Environment.
>>>
>>> My Application used mpdf API using PHP.The latest version of
>>> mpdf changed dynamically create temp folder for font creation and image.
>>>
>>> In my Development server This one working fine.
>>>
>>> But When I use Google App Engine Flexible environment, I got this error "PHP
>>> message: PHP Fatal error: Uncaught Mpdf\MpdfException: Temporary files
>>> directory "/app/web/mpdf/vendor/mpdf/mpdf/src/Config/../../tmp" is not
>>> writable in /app/web/mpdf/vendor/mpdf/mpdf/src/Cache.php:23"
>>>
>>> This is not mpdf issue. I dont know How to give write permission for
>>> this tmp folder in Google App engine Flexible Environment.
>>>
>>> You can see my sample here
>>> with
>>> detailed log.
>>>
>>> Plz help me how to solve this?
>>>
>>> Is it possible can use the latest mpdf in GAE FE?
>>>
>>> Thanks,
>>> SN
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/pDcWUk3qLFY/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/83d57d65-4c29-46ef-8e0e-
> d933de0e8484%40googlegroups.com
> 
> .
> 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CA%2BzrJu_XUTVb1Ly%2BkRZdhA8JZPeCQvu7SU7-mdiUqKoMQxmikA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.