[google-appengine] Re: 如何验证自己的app应用?

2015-03-08 Thread Jun
Hi, I am not clear what you're trying to ask. But it is weird that the picture you uploaded shows logo is "© 2008 Google" which now should be "© 2015 Google". I think you can look into the link at [1], where there are two solutions to the similar question which you asked above. In addition, th

[google-appengine] create an application

2008-11-11 Thread jun
hello, I would like to create another application in google app engine. It keeps on saying to verify thru SMS, but it has already been verified before. how do I go about this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] Re: create an application

2008-11-11 Thread jun
Thanks! It's working now. Marzia Niccolai wrote: > Hi, > > I have fixed the issue. You should now be able to create additional > applications. > > -Marzia > > On Tue, Nov 11, 2008 at 4:07 AM, jun <[EMAIL PROTECTED]> wrote: > > > > > hello, I

[google-appengine] opensocial example

2008-11-12 Thread jun
I read this article: http://code.google.com/apis/opensocial/articles/appengine-0.8.html ,which is how to build an open social app with app engine, and would like to ask how to make it work. I've downloaded the app engine sdk version 1.1.3, and copied all the example files. I entered this url: htt

[google-appengine] css mapping error

2009-04-09 Thread Jun
problem? Same for all images, it is also appending index.html after image file names. Thanks, Jun --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-12 Thread Jun
ccbillapproval com.strongtech.iii.web.CCBillApproval ccbillapproval /ccbillapproval.srv Thanks Jeff, Jun On Apr 10, 4:29 pm, Jeff S wrote: > Hi paulm, > > Would you mind posting your web.xml file and your appengine-web.xml file? > The static files s

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-16 Thread Jun
The problem is caused by the following settings in web.xml file. iii *.html I changed *.html to *.do, the problem was solved. Thanks, Jun On Apr 16, 1:41 pm, Puran wrote: > Did anyone solved this problem i am having a same problem it attaches > index.html at the end. >

[google-appengine] generated java from jsp

2009-04-16 Thread Jun
Hi, Could anybody please tell me where the generated java files from jsp files are? Like in jboss, the files are in C:\jboss-4.0.5.GA\server \default\work directory. Thanks, Jun --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] java.security.AccessControlException: access denied during upload file

2009-04-25 Thread Jun
(java.io.FilePermission C:\Users\Jun\AppData\Local\Temp \upload_.tmp delete) at java.security.AccessControlContext.checkPermission (AccessControlContext.java:264) at java.security.AccessController.checkPermission (AccessController.java:427) at java.lang.SecurityManager.checkPermission

[google-appengine] Re: Why are cloud endpoints so slow ?

2014-06-06 Thread Jun Yang
>>> >>> For the 100ms requests, I can safely know that the other 50ms are just >>> regular latency, but I have no idea where the cloud endpoint could be >>> spending 4.5 seconds at, and the logs show nothing useful at all. >>> >>> Does anyone have some

[google-appengine] Managed VM Network Setting

2015-06-19 Thread Jun Xie
I am trying to build an elasticsearch service on top of Managed VM environment. For elastic search, there are two ports which should be open, including 9200 and 9300. I have the following network configuration in appengine-web.xml: 9200 9300 "test" "default" I always get this error: Bad conf

[google-appengine] Unable to link domain to app engine

2015-08-25 Thread Jun Wang
The domain (ioeh.org) is registered with Google Domains, and all the A, , CNAME records were pointed to google server. I can ping it with no problem. On the google cloud platform consol

[google-appengine] Re: Unable to link domain to app engine

2015-08-26 Thread Jun Wang
) wrote: > > I see a redirect to https://ioeh.org. Have you gone through the Apps SSL > steps, such as uploading your cert? > > On Tuesday, August 25, 2015 at 1:06:38 PM UTC-4, Jun Wang wrote: >> >> >> The domain (ioeh.org) is registered with Google Domains, and all th

[google-appengine] INTERNAL: Internal error encountered when deploy an app to app engine

2020-02-07 Thread jun wu
Hi, I'm trying to follow this example to deploy the helloworld to my appengine with flexible env. https://cloud.google.com/appengine/docs/flexible/java/quickstart But got error as below [INFO] GCLOUD: -

[google-appengine] How to use parameter query in JPQL?

2009-09-14 Thread Jun Tsai
hi, I use jpa as my persistence method.But I find I couldn't use parameter query. query = entityManager.createQuery("select a from A a where a.email=? 1"); query.setParameter(1,"x...@xxx.com"); list = query.getResultList(); list is empty; but If I use query = entityManager.createQuery("selec

[google-appengine] datastore write operations quota mismatch

2011-11-19 Thread Jia Jun Tan
(requests) = 902 4(writes)*36(requests) = 144 2(writes)*41(requests) = 82 12(writes)*30(requests) = 360 this totals to 1488 datastore write operations, which is a far cry from the 0.03 of 0.05 Million Ops that the dashboard says i used. is there a bug somewhere in the system? Regards, Jia Jun

[google-appengine] You have sent too many SMS verification messages.

2012-03-25 Thread tae jun Kim
But I never received one !! I'm in korea,and i checked the supported list ,the mobile phone number should be supported.but i receive nothing. and now it dont allow me to resend that .what can i do ?? -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] hrd migration and mapreduce.

2012-08-30 Thread Hyun-Je Jun
Our app currently uses master/slave datastore and we decided to migrate to HRD. We've used the app as a game server for kind of long time, and it'll take very long time to migrate. The problem is, I read that the hrd migration process will use mapreduce and We're now using mapreduce functions

[google-appengine] Internal Server 500 error when transitioning to a newer version of code with logged in users

2013-04-12 Thread Jun Ho Huh
Hi all, We are having trouble transitioning from an old version of the code (v15) to a newer version (v17). If a user is logged in (we use our own User model, not one provided by GAE) to v15, and when we make v17 the default version, the logged in user gets Internal Server 500 error when they

Re: [google-appengine] Re: Internal Server 500 error when transitioning to a newer version of code with logged in users

2013-04-12 Thread Jun Ho Huh
l fix the issue, but we will have a go and let you know. Cheers, Jun On Friday, April 12, 2013 6:02:41 PM UTC-5, Jeff Schnitzer wrote: > > The OP says that they're getting a client-facing 500 error without > anything showing in the logs. If there was a serialization problem in

[google-appengine] Use larger instance on free tier

2018-12-18 Thread Ng Jun Yen
According to the pricing page , larger app engine instances such as F2 are billed as 2 F1 instances. Does this mean we can use larger instances on the free tier at the expense of hours available? For example, we get 28 hours

[google-appengine] Re: Google App Engine Flexible deployed instance config

2017-04-04 Thread &#x27;Jun' via Google App Engine
Hi Zdenko, 1- If you go to the "VM instances" section under "Compute Engine" at your Developers Console, you should be able to see your Flex instance (click on the instance, and you should be able to see the details of the instance, including CPU and Memory info); 2- I've tested a bit and confi

[google-appengine] Re: Google App Engine Flexible deployed instance config

2017-04-04 Thread &#x27;Jun' via Google App Engine
https://issuetracker.google.com Regards, Jun On Tuesday, April 4, 2017 at 2:28:24 PM UTC-4, Zdenko Hrcek wrote: > > Hi Jun, > > thanks for response. > regard #1 that's what I would expect, at least that's how it was during > GAE Flex Beta: Flex instances were visible in GCE/V

[google-appengine] Re: NSA on Python Frameworks ?

2017-04-05 Thread &#x27;Jun' via Google App Engine
https://cloud.google.com/appengine/docs/standard/python/getting-started/generating-dynamic-content-templates [4] https://cloud.google.com/appengine/docs/standard/python/getting-started/python-standard-env Jun On Wednesday, April 5, 2017 at 9:07:18 AM UTC-4, Johan Mutsaerts wrote: > > Hi, > > Starting

[google-appengine] Re: wrong user count in G Suite Marketplace

2019-11-06 Thread &#x27;Jun Lu' via Google App Engine
Hi Vova, Please notice that this Google Group Discussion for Google-AppEngine here is for Google Cloud Platform App Engine related discussion, so you'll need to reach the correct support channel at [1] for your G Suite Marketplace products. [1]

[google-appengine] Re: how to increase the nodes in data proc cluster more than 4 nodes

2020-10-15 Thread &#x27;Jun Lu' via Google App Engine
Hi, >From the documentation of Using Scaling at [1], there does not seem to have limitations of more than 4 in terms of number of nodes mentioned for scaling up worker nodes at Dataproc. Do you have more details about the behavior you're encountering such as screenshots or etc? [1] https

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-04-07 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi, reaching out to the billing team by filing a billing support request at [1] will be the best place to ask for assistance for your situation. [1] https://support.google.com/cloud/contact/cloud_platform_billing On Friday, April 7, 2017 at 9:19:54 AM UTC-4, Sarmistha Guha Thakurta wrote: > >

[google-appengine] Re: 502 bad request from Facbook Canvas

2017-04-07 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi, Do you have related logs from the Logging at the Dev Console? And also please provide other relevant details and info will help to troubleshoot this. On Friday, April 7, 2017 at 6:44:21 AM UTC-4, Peter Adams wrote: > > > Hi > > Can someone help me with a strange problem. > > We have out

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-04-10 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
affected users can directly get further updates as to the issue. [1] https://issuetracker.google.com/issues Jun Regards, On Saturday, April 8, 2017 at 3:03:22 AM UTC-4, Vivek m wrote: > > me too facing the same problem while trying to register for the free trail > account with my

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-04-10 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
rther updates as to the issue. [1] https://issuetracker.google.com/37202951 <https://issuetracker.google.com/issues> Jun On Saturday, April 8, 2017 at 3:03:22 AM UTC-4, Vivek m wrote: > > me too facing the same problem while trying to register for the free trail > account with my v

[google-appengine] Re: Cloud pubsub notification to all subscribers?

2017-04-10 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
plica to receive message from it. [1] https://cloud.google.com/pubsub/docs/overview Jun On Monday, April 10, 2017 at 3:41:29 AM UTC-4, Vinay Chitlangia wrote: > > Hi, > Wondering if the pubsub notification on a topic, goes to all subscribers > listening to the topic or only one

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-04-13 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
lt;https://issuetracker.google.com/issues> - Jun On Thursday, April 13, 2017 at 9:11:48 AM UTC-4, sugaraj rajamanickam wrote: > > Hello Jun, > > I am also facing the same issue. Do i have to raise a issue too? > > Thanks in advance > -- You received this message because you are

[google-appengine] Re: Cannot find how to add iOS push certificate to engine

2017-04-13 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
everal answers that should help your situation. - Jun On Thursday, April 13, 2017 at 9:11:40 AM UTC-4, John Wisbey wrote: > > Hi All , think it a trivial question but still cannot find how to update > .pem certificate under engine . Managed to upload it to google platform > only . >

[google-appengine] Re: Google App Engineの課金について

2017-04-13 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi 伊藤慎一, Is it possible that you can post your questions in English so that I can better understand your issues since the translation of your original message through translation tool does not make much sense to me. - Jun On Thursday, April 13, 2017 at 9:12:02 AM UTC-4, 伊藤慎一 wrote: > >

[google-appengine] Re: Cronjobs and tasks not firing all of a sudden

2017-04-21 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
we can be in a better position to further assist you with this. [1] https://cloud.google.com/support/docs/issue-trackers - Jun On Friday, April 21, 2017 at 4:25:30 AM UTC-4, Richard Cheesmar wrote: > > For the last couple of days cronjobs that are scheduled for midnight have > not

[google-appengine] Re: I want to use gcp open minecraft server help me!

2017-04-24 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
; (allowed ports). In order to better assist, I'll need you to let me know which steps you've finished and if you're stuck at a specific step, and also what error messages you're seeing. More specific details and information will put us in a better position to move forward. -

[google-appengine] Re: AppEngine Custom Domain Cannot Be Reached By Some Operators

2017-04-24 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
ut" normally indicates that no echo reply messages were received within the default time, and can be due to many different causes, which can include network congestion, failure of the ARP request, packet filtering, routing error or a silent discard. - Jun On Monday, April 24, 2017 at

[google-appengine] Re: Cronjobs and tasks not firing all of a sudden

2017-04-24 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi Richard, Nice to hear it starts working as normal (indicating possibly a transient issue at that time). That said, please feel free to report to the Issue Tracker <https://cloud.google.com/support/docs/issue-trackers> next time you would encounter such issue again, thanks! - Ju

[google-appengine] Re: AppEngine Custom Domain Cannot Be Reached By Some Operators

2017-04-25 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
inside your project at Cloud Platform, which indicates that reaching out to Vodafone <http://www.vodafone.com.tr/> should be the only and best way to resolve the issue. - Jun On Monday, April 24, 2017 at 5:12:12 PM UTC-4, Tolga Tanrıverdi wrote: > > Hi Jun > You are right I meant to sa

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-04-27 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi Devanshu, Please star the issue 37202951 <https://issuetracker.google.com/37202951> and update the issue there accordingly, and we will update the thread once there is further notice from the engineering. -Jun On Thursday, April 27, 2017 at 9:12:39 AM UTC-4, Devanshu Verma

[google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-03 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
t with your project-id, and the config files <https://docs.google.com/spreadsheets/d/1XxyZBWussxx5zaGZLKbfTpevmNUw_alIGn0XfYK5iCQ/edit#gid=0> since Google Groups is meant for general product discussions and not for technical support. - Jun On Wednesday, May 3, 2017 at 5:35:18 AM UTC-4, Dhand

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-05-04 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
lling/#contact_support - Jun On Thursday, April 27, 2017 at 10:41:46 AM UTC-4, Jun (Cloud Platform Support) wrote: > > Hi Devanshu, > > Please star the issue 37202951 <https://issuetracker.google.com/37202951> and > update the issue there accordingly, and we will update the threa

[google-appengine] Re: Course Builder error 500 issue when adding new unit

2017-05-04 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
engine-web.xml config files, and the exact timestamp of when this issue occurred so that our support can better assist you, thanks! - Jun On Thursday, May 4, 2017 at 4:48:14 AM UTC-4, christos vassilopoulos wrote: > > Hi. I have an app in appspot using the Course Builder. App worked fine &

[google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-05 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Nice to hear that, Dhandapani! - Jun On Friday, May 5, 2017 at 11:44:01 AM UTC-4, Dhandapani Sattanathan wrote: > > Thanks, Jun, Attila-Mihaly Balazs, > > *Cron jobs working fine. I added this in crontest.php file *$_SERVER[ > 'HTTP_X_APPENGINE_CRON'] =true;. >

[google-appengine] Re: app engine for flexible enviornment

2017-05-24 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
stance. - Jun On Tuesday, May 23, 2017 at 9:01:04 PM UTC-4, Vivek Kumar wrote: > > i recently created a project on google app engine flexible environment for > java. As it is running on continuous billing and we are still in a very > limited phase so we are trying to minimize the

[google-appengine] Re: app engine data store retrieving the deleted entities

2017-05-24 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
query on the same kind after some time to see if you can still see entities of that kind which has been deleted and let me know how it goes. - Jun On Wednesday, May 24, 2017 at 8:16:46 AM UTC-4, Yashavanta S B wrote: > > I am trying to delete all the entities of a kind. After deletin

[google-appengine] Re: rdbms driver deprecated? Should it work with 2nd generation Cloud SQL?

2017-05-25 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi Karoly, You're correct that the rdbms way to connect is deprecated and it will not work with the 2nd Gen Cloud SQL instance. That said, you should use the recommended way to connect documented as Connecting from App Engine <https://cloud.google.com/sql/docs/mysql/connect-app-engine&

[google-appengine] Re: How do I get from deploying my app to having all the course data show up on my url?

2017-05-26 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi Sarah, Can you provide more details regarding what steps/actions you've done by following the youtube video provided so that I can better understand your situation and assist you? - Jun On Thursday, May 25, 2017 at 1:04:35 PM UTC-4, Sarah Ziker wrote: > > Hello! > > I am

[google-appengine] Re: GAE Flex PHP env better logging format

2017-05-26 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
ogs#writing_application_logs_1> . - Jun On Thursday, May 25, 2017 at 6:36:25 PM UTC-4, Yao Li wrote: > > I have an app is built on GAE Flex Custom env (GCloud PHP Ngnix docker image > based), I want to improve the application logging format. > > > How can I make the application log format bet

[google-appengine] Re: App engine app stopped functioning

2017-10-26 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hello Joel, Google Groups is meant for general product discussions and not for technical support. It is recommended you open a Public Issue Tracker report with more information such as your project-id, app.yaml/appengine-web.xml con

[google-appengine] Re: Having CORS enabled on the app , but still throws an exception.

2017-10-27 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hello Gokul, Google Groups is meant for general product discussions and not for technical support. It is recommended you open a Public Issue Tracker report with more information such as your project-id, app.yaml/appengine-web.xml co

[google-appengine] Re: Connect multiple cloud sql databases to one app engine service

2017-11-17 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
tiple-cloudsql-instances-using-cloud-sql-proxy>", which have the similar questions. - Jun On Friday, November 17, 2017 at 12:06:49 AM UTC-5, Mike Hardy wrote: > > Hi, we have an app that utilizes two databases. Previously, we had the two > databases on the same instan

[google-appengine] Re: How is patching done for flexible instances?

2017-11-17 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi Attila, Basically Google's management services will apply in-place security patches (excludes container image runtime) and any operating system and security updates during the restarts on a weekly basis per the doc at "Choosing an App Engine Environment

[google-appengine] Re: Connect multiple cloud sql databases to one app engine service

2017-11-20 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
issue tracker <https://cloud.google.com/support/docs/issue-trackers>. On Friday, November 17, 2017 at 4:37:38 PM UTC-5, Mike Hardy wrote: > > Hi Jun, thanks for your response, but I am a little confused here. When > deployed, GAE uses a built in cloud sql proxy connection with Cloud S

[google-appengine] Re: How is patching done for flexible instances?

2017-11-20 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hi Attila, You're correct about the uncovered scenarios mentioned if your app runtime is container image runtime. However, we are very aware of all of the above mentioned scenrios, and our product teams are working hard to improve App Engine to a state where more needed solutions will be provid

[google-appengine] Re: Create a Storage transfer job

2018-11-28 Thread &#x27;Jun (Cloud Platform Support)' via Google App Engine
Hello Nimesh, You mentioned that you have read access to that group (I believe you mean you have read access to the storage on *x...@googlegroups.com * of the Google group), then how can you add 2 more users to the same group with owner access to the storage bucket (please correct me if anythi