[google-appengine] Default Encodings

2018-07-23 Thread Joshua Fox
What is the meaning for these different default encodings (as seen in System.getProperties()) - Flex Env Java 8, ANSI_X3.4-1968 - Standard Env Java 8, UTF-8 - Standard Env Java 7, ANSI_X3.4-1968 This can be dealt with, but it is a complication. I am guessing that Standard Env Java 7's ANSI_X3.4-

[google-appengine] Re: Admin Panel Nodejs Standard

2018-07-23 Thread Daniel Jimenez
Hi Katayoon, Here is the admin panel I am talking about which I can use to see the memcache, datastore, task queues, etc. for a Python App Engine Application. I was wondering if there is a way to enable the use of this admin server for nodejs?

[google-appengine] Re: Using App Engine to Create Endpoints for Google Cloud SQL (MySQL) Database

2018-07-23 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
In general you would create your own App Engine endpoint APIs via Google Cloud Endpoints . Your API can have individual URL endpoints for each of your tables (or a single URL endpoint that can accept a table n

[google-appengine] Re: Stability problems on GAE standard Node.js app - no apparent clues in the logs

2018-07-23 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, You may take a look at this thread on Stack Overflow and apply the same recommendations provided in the answer on your Node.js application. If the issue still persists, I recommend t

[google-appengine] Re: PersistentManagerFactory can not be created in Google App Engine application

2018-07-23 Thread Chuck
I solved the issue after adding dependency (datanucleus-api-jdo-3.0.0-m5.jar) and movong jdoconfig.xml to /META-INF/ But I encountered another issue. Caused by: javax.jdo.JDOUserException: You have either specified for this PMF to use a "persistence-unit" of "xxx" (yet this doesnt exist!) or

[google-appengine] Re: Admin Panel Nodejs Standard

2018-07-23 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Daniel, Could you provide more clarification about the Admin Panel you mentioned and also provide us more details about your question? I am not sure if it would be a Google Cloud Platform-end product. -- You received this message because you are subscribed to the Google Groups "Google Ap

Re: [google-appengine] Re: Appengine IP is blocked in Google Translate API

2018-07-23 Thread Victor Victor
Sorry but that was not me. Maybe that was my colleague? On Mon, Jul 23, 2018 at 9:20 PM 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > I see that you have created duplicate thread in the Issue Tracker > about this issue. In order to

[google-appengine] Re: Appengine IP is blocked in Google Translate API

2018-07-23 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I see that you have created duplicate thread in the Issue Tracker about this issue. In order to avoid duplicating efforts I will let you work with the thread in the Issue Tracker. -- You received this message because you are subscribed to the Goo

[google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-07-23 Thread Victor Victor
Thanks George! Sorry about the images with confidential information. I did not knew they were actually confidential. Regarding user rights, are you referring to rights from IAM ? I think I gave her Owner rights. I also added some other rights just to be sure.

[google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-07-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Victor, It is not advisable to publish confidential information, such as project ID, in a public forum, with unrestricted visibility. I have deleted the image with confidential information. The issue seems to be caused by missing access rights. You project's logs show: "authorization

Re: [google-appengine] Can't deploy changes in console: error response 13: An internal error occurred

2018-07-23 Thread Ani Hatzis
Ask her to try again now (since your post is already two hours old). However, if the problem persists, ask her to run the command with gcloud app deploy . --verbosity=debug to get more information about the potential reason. There have been reports with this error code and message in this group

Re: [google-appengine] Stability problems on GAE standard Node.js app - no apparent clues in the logs

2018-07-23 Thread 'Dennis Yurkevich' via Google App Engine
Hello Richard, I am sorry I am not able to help with your question and likely you may be asked to post this on SO. However interested to hear why you are moving from Flex to Standard. Thanks D On Mon, 23 Jul 2018 at 14:00, Richard Marr wrote: > > Hi, > > I'm hoping someone can shed a little l

[google-appengine] Re: PersistentManagerFactory can not be created in Google App Engine application

2018-07-23 Thread 'George (Cloud Platform Support)' via Google App Engine
If you are looking at the CLASSPATH at execution time, you get a different value from System.getenv than, let's say, from a browser, your IDE or a console. You may consider using a line such as System.getProperty("java.class.path"); You should make sure that your jar file with a META-INF/servic

[google-appengine] Re: gcloud crash while deploy app

2018-07-23 Thread Amit Shakya
I found one silly issue in app.yaml this was my app.yaml file before which is crashing gcloud runtime:nodejs env:flex This is correction I did which fix the issue runtime: nodejs env: flex just add little space. On Friday, July 20, 2018 at 11:14:32 PM UTC+5:30, Amit Shakya wrote: > > I have No

[google-appengine] Can't deploy changes in console: error response 13: An internal error occurred

2018-07-23 Thread Victor Victor
Hi! I have added a friend in my Google Cloud project and gave her Owner, App Engine Admin, App Engine Deployer and App Engine Service Admin rights in IAM but when in her console she runs the command "*gcloud app deploy*" and tries to deploy the changes she made in her code in order to deploy he

[google-appengine] Appengine IP is blocked in Google Translate API

2018-07-23 Thread Anton Godoroja
How can Google's IP be blocked by Google API? curl 'https://www.googleapis.com/language/translate/v2?key=xxx&source=en&target=it&q=LUXURY%0ACARS' 35.237.20.110 - appengine instance ip response: { "error": { "code": 403, "message": "Requests from IP address 35.237.20.110 are blocked

[google-appengine] Using App Engine to Create Endpoints for Google Cloud SQL (MySQL) Database

2018-07-23 Thread Syed Ali Naqi
Hi! I have a Google Cloud SQL MySQL Instance. In it I have a Database. I want to use that Database and create necessary (GET, POST, DELETE, UPDATE) API or Endpoints for Every Table in that Database and Deploy it on the App Engine. I do have IntelliJ IDEA And I Installed the Google Cloud SDK and

[google-appengine] Stability problems on GAE standard Node.js app - no apparent clues in the logs

2018-07-23 Thread Richard Marr
Hi, I'm hoping someone can shed a little light or give me some pointers on this... We're trying to migrate our Node.js app to GAE Standard (after a year or so on GAE Flexible) and are having problems. The app deploys without any apparent error, but when we try to visit the app the web browse