[google-appengine] Re: Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread Anand Srinivasan
Thanks, Adam. Here's the link to the issue that I created: https://issuetracker.google.com/issues/36916692. On Wednesday, April 5, 2017 at 3:23:58 AM UTC+5:30, Adam (Cloud Platform Support) wrote: > > It looks like this is an issue specifically affecting the Java runtime. > I'd recommend

[google-appengine] Google app engine deployment fails

2017-04-04 Thread Antonio Antonelli
Hello, Suddenly I cannot deploy anymore to app engine. The deploy command waits for the operation to complete for 10 minutes and then throws a Error Response: [13] The system encountered a fatal error. I have attached the log. Cheers -- You received this message because you are subscribed to

[google-appengine] Re: Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread 'Adam (Cloud Platform Support)' via Google App Engine
It looks like this is an issue specifically affecting the Java runtime. I'd recommend reporting this on the issue tracker so we can link it to the internal issue and provide updates. Other users may star the issue to receive updates as

[google-appengine] Re: High latency trace requests to non-existent versions

2017-04-04 Thread Blaine Garrett
Morgan from the Stack Driver team reached out to me about the "empty" URIs. This was a known bug. I'm still curious as the best approach to prevent traffic to non-existent versions. I'll file a ticket. Thank you. On Tuesday, April 4, 2017 at 10:02:43 AM UTC-5, Jordan (Cloud Platform

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

2017-04-04 Thread Zdenko Hrcek
Hi Juan, I see. thanks again. Zdenko On Tuesday, April 4, 2017 at 10:40:39 PM UTC+2, Jun wrote: > > Hi Zdenko, > > Thanks for sharing the further information. > > After further research at my end, I find that there are some recent > changes made to App Engine Flex during its way to GA that

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

2017-04-04 Thread 'Jun' via Google App Engine
Hi Zdenko, Thanks for sharing the further information. After further research at my end, I find that there are some recent changes made to App Engine Flex during its way to GA that make this work as intended (you'll no longer see the instances at the GCE/VM instances section). That said, the

Re: [google-appengine] Re: !!!URGENT!!! Billing Error in App Engine Instance Hours, charges skyrocketing

2017-04-04 Thread 'Josh Moore' via Google App Engine
Thank you for your patience as we sort this out and for your help in diagnosing the issue. We have identified the root cause as a price sheet misconfiguration that didn't correctly apply free hours to users with multiple App Engine projects under the same billing account between March 8th and

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-04 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I see you'd already opened an issue but it was closed. The reason being is that Google does not maintain the winston-gae project, which is an open source project. We do provide access to the Cloud Logging APIs via google-cloud-node

[google-appengine] An Apache SPARK based Approach for Storing and Processing Cloud Logs

2017-04-04 Thread P K
With the recent Stackdriver Logs price hike I had to come up with another solution to afford processing my own logs in a uniform way for up to three years in the past. I discussed this with some of you last month at Next, who encouraged me to write up in a bit more detail what I have done. I

[google-appengine] Re: !!!URGENT!!! Billing Error in App Engine Instance Hours, charges skyrocketing

2017-04-04 Thread Steven Prosser
Need to clarify previous statement: I was invoiced twice, but credit card was only billed once. Sorry I misread the situation. Still no relationship between invoiced amounts and quota usage reports. On Monday, April 3, 2017 at 10:56:30 AM UTC-7, Steven Prosser wrote: > > Want to bump this.

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

2017-04-04 Thread Zdenko Hrcek
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/VM instances section. but now I don't see any, (attached GCE_VM_instance.png file). I see it only in App Engine section / Instances (attached

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

2017-04-04 Thread '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

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-04 Thread Jeff Schnitzer
You’re not crazy, I have also seen that problem. Use the com.google.appengine maven plugin for the dev server for now. I think this is the most relevant (albeit cryptic) issue that tracks that particular problem: https://github.com/GoogleCloudPlatform/app-maven-plugin/issues/158 The

[google-appengine] Invalid stream header in GAE Standard

2017-04-04 Thread Shachar Grembek
Hi, I am using Weka (v3.8.1) Machine Learning within my App Engine Application. In order to run it, I load my ML model file from the "WEB-INF" directory using Weka SDK by calling the following code: Classifier cls = (Classifier) weka.core.SerializationHelper.read("WEB-INF/j48_2.model"); For

[google-appengine] Re: High latency trace requests to non-existent versions

2017-04-04 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Google Groups is meant for general product discussions and not for technical support. I highly recommend you report this in a Google Issue Tracker . Just make sure you provide more information such as your project ID, and the timestamps

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-04 Thread Þórir Gunnarsson
I am currently using Maven and IntelliJ which in itself is fine. Most of my issues are with the Maven plugins and recently endpoints versions. The com.google.cloud.tools plugin is not entirely there it seems, but in a lot of documentation from Google it is the go-to plugin. I tried to switch to

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-04 Thread Jeff Schnitzer
Your path of least resistance is to use Maven (as opposed to Gradle or Ant/Ivy). If you’re working in Java, you definitely want an IDE - Eclipse and IntelliJ both have their following. I think most people will be happier with IntelliJ but you have to pay for it. There are two viable maven plugins

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

2017-04-04 Thread Zdenko Hrcek
Greetings, I deployed GAE Flexible instance but nowhere in Cloud Console I cannot see what kind of instance type was created (CPU/RAM). For example, in my yaml file I have 0.5 CPU and 1GB RAM, but I don't see nowhere what is the actual configuration for created instance. in documentation

[google-appengine] Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread Anand Srinivasan
While looking through the java docs for Field in Document Index (https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/search/Field), we noticed the presence of the "TOKENIZED_PREFIX" type which seems to match closely with the search capability that we want.

Re: [google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-04-04 Thread Luckyy
thanks a lot for your help man!! now it running !! :-) On Tue, Apr 4, 2017 at 3:43 PM, Daniel Garrido wrote: > I skipped this information from Brian. How to run appcfg from the command > line: > > [1] appcfg.sh is from the App Engine SDK for Java >

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-04-04 Thread Daniel Garrido
I skipped this information from Brian. How to run appcfg from the command line: [1] appcfg.sh is from the App Engine SDK for Java and not included in the Google Cloud SDK. But it's a simple wrapper around a jar that is

Re: [google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-04-04 Thread my self lky
Thanks Daniel!! i ran this appcfg command!! but my cron job is not getting uploded!! i dont know why!! On Tue, Apr 4, 2017 at 3:38 PM, Daniel Garrido wrote: > Hi, > > I ran appcfg from the command line. You will have to use appcfg.cmd > included in the java app engine

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-04-04 Thread Daniel Garrido
Hi, I ran appcfg from the command line. You will have to use appcfg.cmd included in the java app engine sdk. It seems that it is not included in the cloud sdk. At least, I wasn't able to find it. This point doesn't seem very clear in the documentation. Inside eclipse, I followed the

[google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-04 Thread Þórir Gunnarsson
Lately I have been getting some mixed signals about what should be the configuration for a java based App Engine standard backend using endpoints. What I'm looking for is guidelines from Google or the group what would be best practices. The recommended configuration should be production ready

[google-appengine] Re: Speech API - word timings

2017-04-04 Thread Lance Dolan
What is the latest news on this feature? We're evaluating Google Speech API as a means for a rather large solution. Google is more accurate than its competitors, but the competitors prove word timings. For example, see IBM Watson here, and click the "word timings" tab