[google-appengine] Tomcat could not unzip war file content to ROOT folder - GCP

2019-11-02 Thread Deepak Singh
Hi Team,

I have a gcp instance on debian, g1-small.
Deployed tomcat using 'Google to deploy' options.
Everything worked and was able to render default tomcat page using external
ip.

Copied my project to /var/lib/tomcat8/webapps folder as ROOT.war
Restarted the instance, hit the ip address on browser - still the default
tomcat page renders, not my project page.

I looked into /ROOT folder, it has the same default content. Tomcat has not
unzipped m war file and copied contents into the ROOT folder.

Pls suggest how to resolve this issue.



-- 
Deepak Singh

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzZxaHs1hTMfdA2iFV0%2BbGK4JEyfz%2Bf-%2BLnwfcFzh6QdBA%40mail.gmail.com.


[google-appengine] Download Google Managed SSL cert

2018-11-26 Thread Deepak Singh
Hello,

Is it possible to download the google managed SSl certificate mapped to a
custom domain running on GCP instance without load balancer ?

-- 
Deepak Singh

-- 
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/CAF6cnzY7Gh9Syd6MoMPYtmrC53Afb-8H22Ad5YazbqnEoRz_9Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Error with RabitMQ installation - Flex

2018-11-16 Thread Deepak Singh
I  am trying to install RabittMQ on compute engine instance with CentOS 7.2

Installation is done via ssh but while start up it gives me the following
error

'Server proc limit'

I could not resolve this issue as there is no error shown while
installation.
Pls look into it.

-- 
Deepak Singh

-- 
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/CAF6cnzYt7r2t0Mq-iHV5b%3DWdXU0Am50rtBUEFQ-bzT1VqOsr6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] env: Flex ; runtime: Java ; with NodeJs ?

2018-11-11 Thread Deepak Singh
I have my running application on flex environment with java runtime. Works
well.

I need to introduce Node.Js with the same project. Here i am confused about
the runtime environment to choose between Java and Node.js.
There will be separate  .JS /HTML files for Java and Node.Js.But how to
deploy to flex env and what kind of runtime it will be ?

Pls suggest the possible approach.

-- 
Deepak Singh

-- 
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/CAF6cnzab%2BjU3cA8emGriLwjaPPGH-mJB7ZLEH%2BBKH%3DiKG1E4VA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How to change OS while deploying from GCP marketplace

2018-11-06 Thread Deepak Singh
Hi,

While deploying any software from marketplace(Google click to deply), it
automatically selects Debian and there is no option to change it.

Is there any way to select OS and/or predefined instance-template while
deploying from marketplace ?

-- 
Deepak Singh

-- 
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/CAF6cnzYvQZa5RrCYARhJVgS8Jx-cG-OFe%2Bh9V0o8zDGvhU3%2BJA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: RabitMq, FFMPEG, NodeJS, Intel webRTC suite, MongoDB

2018-11-06 Thread Deepak Singh
Thank you  Attila for the  advice.
Looks ok to me.

 Deepak

On Mon, 5 Nov 2018 at 19:08, Camillia Till  wrote:

> Hi don't have 300 have all
>
> On Sun, Nov 4, 2018, 12:25 AM Attila-Mihaly Balazs 
> wrote:
>
>> Deepak: there are multiple ways to achieve what you're describing on the
>> Google Cloud.
>>
>> If you need for the instances to serve web traffic, you can create a
>> "custom runtime" for the Google AppEngine Flexible environment:
>> https://cloud.google.com/appengine/docs/flexible/custom-runtimes/
>>
>> However, this is mainly aimed at web traffic (ie. request-response which
>> finishes in a short amount of time). Since you're looking for something
>> long running (as in a video stream), you probably be better served by an
>> auto-scaling managed instance group (
>> https://cloud.google.com/compute/docs/instance-groups/) which has a load
>> balancer in front (
>> https://cloud.google.com/compute/docs/instance-groups/#instance_groups_and_load_balancing
>> ).
>>
>> Setting this up is as simple as
>>
>> 1) creating one machine
>> 2) setting it up as desired (SSHing into it, setting up packages, etc)
>> 3) creating an instance template from this one machine:
>> https://cloud.google.com/compute/docs/instance-templates/
>>
>> As you identified, instance groups can have automated scaling or manual
>> scaling and are better suited for long running tasks like video
>> conferencing.
>>
>> All the best,
>> Attila
>>
>> --
>> 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/42ee2ab2-7ac3-4ae1-be04-ae0c0b8af8aa%40googlegroups.com
>> <https://groups.google.com/d/msgid/google-appengine/42ee2ab2-7ac3-4ae1-be04-ae0c0b8af8aa%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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/CAMwLYH6wCuMxSJpOhAa7nVXCP0xTaYz%2BE67KRTnreVNEcaRMXw%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-appengine/CAMwLYH6wCuMxSJpOhAa7nVXCP0xTaYz%2BE67KRTnreVNEcaRMXw%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Deepak Singh

-- 
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/CAF6cnzZe3zgPVovjoRf05D%3DCo-q%3DDZvns4%3DT0H5UeZqyxUDS0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: RabitMq, FFMPEG, NodeJS, Intel webRTC suite, MongoDB

2018-11-03 Thread Deepak Singh
Hi Harmit,

Pls read “using eclipse marketplace” as “using GCP marketplace”. Sorry for
the typo.

Here is the complete description --

I need to develop a webRTC based application. It requires following softwares
to be installed on the instance which will host the application -
RabitM, FFMPEG, Node.JS, MongoDB, Intel webRTC suite media server with
CentOS 7.
All of the above softwares need to be installed on every single instance
hosting the application.

I can do it by using 'Create instance' on GCP console. SSH into the instance
and install each one by one. Host the application and run it.

I am stuck here -
Need to enable 'Autoscaling' which will spin up upto 6 instances with
minimum 1. How will it behave when new instances will be auto created ?
Will it have all the softwares installed and configured ?

Also, i want to make a practice of deploying the application using eclipse
plugin. Do i need to make a 'custom runtime' and supply dockerFile.
If yes, pls suggest a sample dockerFile and app.yaml.

If any other option available, pls suggest the best possible way to perform
the task.


Thanks
Deepak





On Fri, 2 Nov 2018 at 23:20, 'Harmit Rishi (Cloud Platform Support)' via
Google App Engine  wrote:

> Before we dig deeper into this issue of multiple instances being created
> on GAE:Flex. I would like to clarify what exactly you are trying to do.
> Specifically when you mentioned you are “using eclipse marketplace” to
> install new software on the GAE:Flex environment.
>
> Would it possible for you provide more information on this process? Also,
> is there any documentation or guides that you are following concerning
> this? I am unsure how Eclipse: Marketplace can spin up instances on GAE as
> it would instead create instances directly in Compute Engine.
>
>
> On Thursday, November 1, 2018 at 2:10:45 PM UTC-4, Deepak Singh wrote:
>>
>> Hi Team,
>>
>> I need to install all of the softwares in a single instance (Java flex
>> env).
>> I am able to do that using SSH connect.
>>
>> But, Using eclipse marketplace i cant do it. because every new software
>> installation creates a new instance. for example, NodeJs is installed using
>> marketplace which creates a new instance. Then installing MongoDB from
>> marketplace creates a new instance while i want it to be installed on the
>> previous instance with NodeJS.
>>
>> Is it possible to get done with marketplace ?
>>
>> --
>> Deepak Singh
>>
> --
> 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/e5b64931-186c-475d-858a-d2827b251608%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/e5b64931-186c-475d-858a-d2827b251608%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Deepak Singh

-- 
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/CAF6cnzZ%2BreufzPoe-1ana%2BKK9v3hc7JXKpUF6PL_2A2yVaOvJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] RabitMq, FFMPEG, NodeJS, Intel webRTC suite, MongoDB

2018-11-01 Thread Deepak Singh
Hi Team,

I need to install all of the softwares in a single instance (Java flex env).
I am able to do that using SSH connect.

But, Using eclipse marketplace i cant do it. because every new software
installation creates a new instance. for example, NodeJs is installed using
marketplace which creates a new instance. Then installing MongoDB from
marketplace creates a new instance while i want it to be installed on the
previous instance with NodeJS.

Is it possible to get done with marketplace ?

-- 
Deepak Singh

-- 
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/CAF6cnzb7pfXyx2DDyKtN9km8zwEm-ngReNv0Ufbn%2B8CjNz0Vkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: 502 bad gateway - flexible env - Strange behavior

2017-01-22 Thread Deepak Singh
My App was running for last six months on java flex env. Running fine. Last
deployment was on 24/12/16 and it was working fine.
 Suddenly with new deployment, it now throws 502 for few calls which
returns JSON via GET and POST. However there is no code change for that
request.

More strange is that- Older version is working fine with same on flex env
(vm:true) but new version with code throws 502(vm:true)...

Either you google guys provide a workaround or will move away from app
engine.


Regards
Tech team


On Wed, Nov 23, 2016 at 11:28 PM, Jeff Payne <jeffkpa...@gmail.com> wrote:

> I had this same problem using a memory intensive Flask based flex env
> app.  I finally investigated this locally at the system level and realized
> that a function, which I had not yet thought to optimize, was loading a
> huge file (500+ Gb) into memory.  I couldn't find anything in the logs to
> support this (I probably wasn't looking in the right logs), but I figured
> that the process/thread handling the request was choking behind the scenes.
>
> My solution was:
>
> 1) Move the code that loaded the file into memory outside of the function
> so it was only loaded once, as the resulting object is thread safe.
> 2) Increase the memory of the VM used by the flex env. app using the
> resource settings explained here: https://cloud.google.
> com/appengine/docs/flexible/python/configuring-your-app-
> with-app-yaml#resource-settings
>
> Hope that helps!
>
> On Monday, November 7, 2016 at 12:58:34 PM UTC-8, Suresh V wrote:
>>
>>
>>
>> Any update on this? My instance, https://vplan-147418.appspot.com is
>> doing this since last night.
>>>
>>>
>> Any tips to troubleshoot? This also uses the flexible environment,
>>
> --
> 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/5d77111c-2770-4657-9fd1-
> 5bcecc84efff%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/5d77111c-2770-4657-9fd1-5bcecc84efff%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzbw1B3qghL4MuVGDB0z9g2iWjBKsNB9oJ0iky2it-URYw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Immediate attention - Suddenly all requests start returning 500 response code

2016-12-15 Thread Deepak Singh
'Reset' - succeded in just couple of seconds, nothing improved with
response code.

Manually 'Stopped' and 'Start' the instance worked out and the app started
responding.

Please look into it what actually happened during the time for around 30
minutes.

On Thu, Dec 15, 2016 at 9:17 PM, Deepak Singh <deepaksingh...@gmail.com>
wrote:

>
> Dear team,
>
> PFA the attached screen shot. All requests are serving only 500 suddenly.
> Pls look into it immediately.
>
> Just emailing the application id privately to esupport and Nicholas.
>
>
> --
> Deepak Singh
>



-- 
Deepak Singh

-- 
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/CAF6cnzZz7qzrzdPFu5JvsdTbaTkqarMSBrHVtHCqc_hVvC2JnQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Nginx.error - Java flex env

2016-12-09 Thread Deepak Singh
Our App shows the following logs for almost all requests, what actually it
is ?


"[warn] 32#0: *17539 an upstream response is buffered to a temporary file
/var/cache/nginx/proxy_temp/1/91/000911 while reading upstream, client:
169.254.160.2, server: , request: "GET
/book/hotels/india/chandigarh/sector-17-a/taj-chandigarh-1731_02
HTTP/1.1", upstream: "
http://172.17.0.4:8080/book/hotels/india/chandigarh/sector-17-a/taj-chandigarh-1731_02;,
host: "www..com", referrer: "https://www.
.com/book/hotels/india/chandigarh/sector-52/hotel-dream-town-00014810_02""



-- 
Tech team
PDS

-- 
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/CAF6cnzZNVNP-AH0Zb9FbdTO1NZWHcoL1_otE_7WUeiC_dLjh8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Error while handling "large'ish" number of parallel requests

2016-10-04 Thread Deepak Singh
Same problem with our app as well.
Java app on flex env. Untraced time goes upto 14 and then 502 response
code.

On Tue, Oct 4, 2016 at 10:51 PM, 'Adam (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> It's possible that new instances may not be spinning up quickly enough to
> respond to spikes in load, causing requests to be discarded. I'd recommend
> lowering the  value to 60 (the minimum) to allow the
> autoscaler checks to occur more frequently, and keep 
> at 0.5 to give new instances more headroom to spin up.
>
> Try this first to see if the incidences of 502 errors improve. You can try
> to adjust further by increasing the number of  or
> lowering  further.
>
> Java apps in particular can incur large startup times due to classpath
> scanning and initialization. If you can give some details about the types
> of frameworks and libraries you're using, as well as the request times
> your'e seeing for loading requests (loading_request = 1) I may be able to
> give some further recommendations.
>
> On Wednesday, September 28, 2016 at 10:36:46 AM UTC-4, Vinay Chitlangia
> wrote:
>>
>> Hi,
>> I am using appengine flexible environment.
>>
>> I am facing issues when there is a sudden spurt of requests to our
>> system. (About 30 requests in a second). The server gets back to normal in
>> 5-10 seconds (perhaps with the decrease
>> in traffic again)
>> Generally the requests come at about 5-8 per second.
>>
>> I am running with 2 instances.
>>
>> 
>>   2
>>   10
>>   120
>>   
>> 0.7
>> 
>>
>>
>> AFAICT the requests did not hit my servlet. (I added a log, the first
>> line in the servlet, and for failed request it does not get printed).
>> "loading_request" is 0 for the failed requests as well.
>>
>> The error code is 502
>>
>> Is it that the requests are queued while a new instance comes up? Is it
>> possible to override that, that is start the process of bringing up the new
>> servers,
>> but use the old one (if it is taking a while?). The log shows some of the
>> request waiting for 600seconds, most though fail in 10-15ms.
>> The failure happens for between 0.5 to 2% of the requests
>>
> --
> 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/f9fc1696-d71f-4684-a490-
> e612f9d17d23%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/f9fc1696-d71f-4684-a490-e612f9d17d23%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzZjKM9Ez91KZtz1WZBKYh88i4MX8Arui6m-JpeUVpnPXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Latency graph

2016-10-03 Thread Deepak Singh
Hi Nick,

Did you get a chance to look into it as the problem still persists ? Let me
know we can send our app id privately to you if required.

Regards
Tech team

On Fri, Sep 30, 2016 at 11:30 PM, Deepak Singh <deepaksingh...@gmail.com>
wrote:

> Hi Nick,
>
> We have done a rigorous analysis for the latency issue here and we came to
> the following conclusion -
>
> Latency was analysed for the same url/request with the same source code on
> flex env.
> Latency is at irregular interval but most frequently and changes multiple
> times in an hour.
> Latency is so high (e.g. 140308) that it results with response code  502.
> Here 99% of the latency time is UNTRACED time on platform.
> At the moment the problem starts, latency / untraced time goes on
> increasing with each request until the platform comes to the normal
> behaviour.
>
>
> Now since it is common behaviour -
>
> Very high latency and most frequently.
> 502 response code.
> Untraced time is close to latency.
>
> So we conclude that there is nothing wrong with the code since the full
> latency is UNTRACED time and response code is 502. This is the common
> behaviour for all the requests that suffered.
>
> It proves to be a critical platform issue, at least with our app.
> Pls look into it.
>
> Here are few request/log for your reference -
>
> Gae/request_log_id
>
> 57eea31500ff0d8f062fcbf95d0001737e62616c616a6979617472616669
> 6e6465720001362d342d36370001012f
>
> 57eea30900ff0e2c2c75100fa1737e62616c616a6979617472616669
> 6e6465720001362d342d363700010138
>
> 57eea2f500ff04af2e506cdb530001737e62616c616a6979617472616669
> 6e6465720001362d342d36370001011d
>
> 57eea44700ff072044473595e20001737e62616c616a6979617472616669
> 6e6465720001362d342d363700010145
>
> 57ee7a3000ff08a4e1abebdb3b0001737e62616c616a6979617472616669
> 6e6465720001362d342d363700010104
>
> 57ee7a0d00ff055faed4696a470001737e62616c616a6979617472616669
> 6e6465720001362d342d363700010140
>
>
>
> Regards
> Tech team
>
> On Thu, Sep 22, 2016 at 5:22 AM, 'Nick (Cloud Platform Support)' via
> Google App Engine <google-appengine@googlegroups.com> wrote:
>
>> Hey Deepak,
>>
>> Since latency is the amount of time requests take to process and return
>> their response, it appears that you have high latency occurring in short
>> time periods fairly regularly. You can check the logs in those time periods
>> (also, observe the latency graph over a smaller time-frame to get a more
>> accurate determination of what that time period is), and see what kind of
>> requests they are. The latency could depend on many factors, but most
>> likely it depends on the code which is running inside the request handler.
>> Is it waiting synchronously on a network call which itself has high
>> latency? Is it fetching a lot of data? Is it running a very intensive
>> computation? Etc.
>>
>> I hope this helps get you started on looking into the latency. Let me
>> know if you have any further questions, as I'll be happy to help!
>>
>> Cheers,
>>
>> Nick
>> Cloud Platform Community Support
>>
>>
>> On Sunday, September 18, 2016 at 12:03:07 PM UTC-4, Deepak Singh wrote:
>>>
>>> PFA the attached graph for our latencyon dashboard (Java flex env).
>>> What should we conclude based on this data ?
>>>
>>> --
>>> Tech team
>>>
>> --
>> 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/ms
>> gid/google-appengine/a04aa159-97e3-4005-b39c-3d5b39b670cb%
>> 40googlegroups.com
>> <https://groups.google.com/d/msgid/google-appengine/a04aa159-97e3-4005-b39c-3d5b39b670cb%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Deepak Singh
>



-- 
Deepak Singh

-- 
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/CAF6cnzaKYAtZjZ5yPsvoL%2BXrHN2J6U9z4nM3VsR_%3DVU37D0Kpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Latency graph

2016-09-30 Thread Deepak Singh
Hi Nick,

We have done a rigorous analysis for the latency issue here and we came to
the following conclusion -

Latency was analysed for the same url/request with the same source code on
flex env.
Latency is at irregular interval but most frequently and changes multiple
times in an hour.
Latency is so high (e.g. 140308) that it results with response code  502.
Here 99% of the latency time is UNTRACED time on platform.
At the moment the problem starts, latency / untraced time goes on
increasing with each request until the platform comes to the normal
behaviour.


Now since it is common behaviour -

Very high latency and most frequently.
502 response code.
Untraced time is close to latency.

So we conclude that there is nothing wrong with the code since the full
latency is UNTRACED time and response code is 502. This is the common
behaviour for all the requests that suffered.

It proves to be a critical platform issue, at least with our app.
Pls look into it.

Here are few request/log for your reference -

Gae/request_log_id

57eea31500ff0d8f062fcbf95d0001737e62616c616a69796174726166696e6465720001362d342d36370001012f

57eea30900ff0e2c2c75100fa1737e62616c616a69796174726166696e6465720001362d342d363700010138

57eea2f500ff04af2e506cdb530001737e62616c616a69796174726166696e6465720001362d342d36370001011d

57eea44700ff072044473595e20001737e62616c616a69796174726166696e6465720001362d342d363700010145

57ee7a3000ff08a4e1abebdb3b0001737e62616c616a69796174726166696e6465720001362d342d363700010104

57ee7a0d00ff055faed4696a470001737e62616c616a69796174726166696e6465720001362d342d363700010140



Regards
Tech team

On Thu, Sep 22, 2016 at 5:22 AM, 'Nick (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hey Deepak,
>
> Since latency is the amount of time requests take to process and return
> their response, it appears that you have high latency occurring in short
> time periods fairly regularly. You can check the logs in those time periods
> (also, observe the latency graph over a smaller time-frame to get a more
> accurate determination of what that time period is), and see what kind of
> requests they are. The latency could depend on many factors, but most
> likely it depends on the code which is running inside the request handler.
> Is it waiting synchronously on a network call which itself has high
> latency? Is it fetching a lot of data? Is it running a very intensive
> computation? Etc.
>
> I hope this helps get you started on looking into the latency. Let me know
> if you have any further questions, as I'll be happy to help!
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
>
> On Sunday, September 18, 2016 at 12:03:07 PM UTC-4, Deepak Singh wrote:
>>
>> PFA the attached graph for our latencyon dashboard (Java flex env).
>> What should we conclude based on this data ?
>>
>> --
>> Tech team
>>
> --
> 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/a04aa159-97e3-4005-b39c-
> 3d5b39b670cb%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/a04aa159-97e3-4005-b39c-3d5b39b670cb%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzZi0BPy2HU_6Lv-AA74_8BZ8cY9Qa1OYpMFY3JsU%2BgP5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] SSL installation

2016-09-24 Thread Deepak Singh
Hi,

SSL Certificate installation on flex env(java) - does it require dedicated
IP address ?


-- 
Tech team

-- 
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/CAF6cnzaU8dUbeKVsAxR2zxpR4jV7-mt9aacXS1jtODX%2BG-KfHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: loading_request=0

2016-08-31 Thread Deepak Singh
Hi Nick,

Any update.


Regards
Tech team

On Mon, Aug 29, 2016 at 6:49 PM, Deepak Singh <deepaksingh...@gmail.com>
wrote:

> Hi Nick,
>
> Please find the attached graphs that will explain  the latency issues.
>
> Regards
> Tech team
> On Aug 11, 2016 12:15 AM, "Deepak Singh" <deepaksingh...@gmail.com> wrote:
>
>> Hi Nick,
>>
>> I will soon update you as i am currently out of station.
>>
>> On Tue, Aug 9, 2016 at 8:20 PM, 'Nick (Cloud Platform Support)' via
>> Google App Engine <google-appengine@googlegroups.com> wrote:
>>
>>> Hey Deepak,
>>>
>>> Any update? I'm here and happy to assist.
>>>
>>> Cheers,
>>>
>>> Nick
>>> Cloud Platform Community Support
>>>
>>> On Wednesday, August 3, 2016 at 12:43:33 PM UTC-4, Deepak Singh wrote:
>>>>
>>>> Sorry, missed to write the data
>>>>
>>>> Average request latency: 127.05
>>>>
>>>> CPU: 8.996
>>>>
>>>> No data for loading latency
>>>>
>>>> On Wed, Aug 3, 2016 at 10:08 PM, Deepak Singh <deepaksingh...@gmail.com
>>>> > wrote:
>>>>
>>>>> Hi Nick,
>>>>>
>>>>> Thanks for your detailed response.
>>>>> Based on your response, i guess that none of the data seems suspicious
>>>>> in our logs. Here is a log snippet
>>>>> ms=214 cpu_ms=0 cpm_usd=0.2771493 loading_request=0 instance=-
>>>>> app_engine_release=1.9.42 trace_id=c0ed6d9452c7fa778840af791c4a291d
>>>>>
>>>>> However look at the below graphs where latency shows the data and cpu
>>>>> graph shows the enough instance. But still we have user latency.
>>>>>
>>>>> Google page speed test indicates server response time as close to 0.5
>>>>> sec which is quite high.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> CPU
>>>>> % CPU
>>>>> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug, 22:025101520
>>>>>
>>>>> Latency
>>>>> Milliseconds
>>>>> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug,
>>>>> 21:5920,00040,00060,00080,000100,000120,000
>>>>>  Average request latency:
>>>>>
>>>>> On Wed, Aug 3, 2016 at 12:58 AM, 'Nick (Cloud Platform Support)' via
>>>>> Google App Engine <google-appengine@googlegroups.com> wrote:
>>>>>
>>>>>> Hey Deepak,
>>>>>>
>>>>>> This means this was not the first request to the instance. This means
>>>>>> that most of your requests are being handled by instances which already
>>>>>> existed when the request was received by the App Engine front-end load
>>>>>> balancer.
>>>>>>
>>>>>> If you are still seeing latency, this could be caused by the
>>>>>> instances being overloaded and the requests waiting in the pending queue 
>>>>>> in
>>>>>> front of the instance (you can read about pending queues
>>>>>> <https://cloud.google.com/appengine/docs/python/glossary#pending_request_queue>
>>>>>> and scaling parameters in the app.yaml documentation
>>>>>> <https://cloud.google.com/appengine/docs/python/config/appref?authuser=1#scaling_elements>
>>>>>> (if using Java, see the appengine-web.xml documentation
>>>>>> <https://cloud.google.com/appengine/docs/java/config/appref#scaling_elements>
>>>>>> which is analogous)). In that case, you'll see another field, 
>>>>>> "pending_ms"
>>>>>> in the log line. You can solve this type of latency by changing the 
>>>>>> scaling
>>>>>> settings (see the docs).
>>>>>>
>>>>>> If you don't see very high values for "pending_ms", check whether
>>>>>> "cpu_ms" is comparable to the total request latency, as this could mean
>>>>>> that your instance is taking a large amount of time to process the 
>>>>>> request.
>>>>>>
>>>>>> If the "ms" field is high but the "cpu_ms" is not high, this could
>>>>>> mean that a remote API call made during handling the request takes a long
>>>>>> time to complete while t

Re: [google-appengine] Re: loading_request=0

2016-08-29 Thread Deepak Singh
Hi Nick,

Please find the attached graphs that will explain  the latency issues.

Regards
Tech team
On Aug 11, 2016 12:15 AM, "Deepak Singh" <deepaksingh...@gmail.com> wrote:

> Hi Nick,
>
> I will soon update you as i am currently out of station.
>
> On Tue, Aug 9, 2016 at 8:20 PM, 'Nick (Cloud Platform Support)' via Google
> App Engine <google-appengine@googlegroups.com> wrote:
>
>> Hey Deepak,
>>
>> Any update? I'm here and happy to assist.
>>
>> Cheers,
>>
>> Nick
>> Cloud Platform Community Support
>>
>> On Wednesday, August 3, 2016 at 12:43:33 PM UTC-4, Deepak Singh wrote:
>>>
>>> Sorry, missed to write the data
>>>
>>> Average request latency: 127.05
>>>
>>> CPU: 8.996
>>>
>>> No data for loading latency
>>>
>>> On Wed, Aug 3, 2016 at 10:08 PM, Deepak Singh <deepaksingh...@gmail.com>
>>> wrote:
>>>
>>>> Hi Nick,
>>>>
>>>> Thanks for your detailed response.
>>>> Based on your response, i guess that none of the data seems suspicious
>>>> in our logs. Here is a log snippet
>>>> ms=214 cpu_ms=0 cpm_usd=0.2771493 loading_request=0 instance=-
>>>> app_engine_release=1.9.42 trace_id=c0ed6d9452c7fa778840af791c4a291d
>>>>
>>>> However look at the below graphs where latency shows the data and cpu
>>>> graph shows the enough instance. But still we have user latency.
>>>>
>>>> Google page speed test indicates server response time as close to 0.5
>>>> sec which is quite high.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> CPU
>>>> % CPU
>>>> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug, 22:025101520
>>>>
>>>> Latency
>>>> Milliseconds
>>>> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug,
>>>> 21:5920,00040,00060,00080,000100,000120,000
>>>>  Average request latency:
>>>>
>>>> On Wed, Aug 3, 2016 at 12:58 AM, 'Nick (Cloud Platform Support)' via
>>>> Google App Engine <google-appengine@googlegroups.com> wrote:
>>>>
>>>>> Hey Deepak,
>>>>>
>>>>> This means this was not the first request to the instance. This means
>>>>> that most of your requests are being handled by instances which already
>>>>> existed when the request was received by the App Engine front-end load
>>>>> balancer.
>>>>>
>>>>> If you are still seeing latency, this could be caused by the instances
>>>>> being overloaded and the requests waiting in the pending queue in front of
>>>>> the instance (you can read about pending queues
>>>>> <https://cloud.google.com/appengine/docs/python/glossary#pending_request_queue>
>>>>> and scaling parameters in the app.yaml documentation
>>>>> <https://cloud.google.com/appengine/docs/python/config/appref?authuser=1#scaling_elements>
>>>>> (if using Java, see the appengine-web.xml documentation
>>>>> <https://cloud.google.com/appengine/docs/java/config/appref#scaling_elements>
>>>>> which is analogous)). In that case, you'll see another field, "pending_ms"
>>>>> in the log line. You can solve this type of latency by changing the 
>>>>> scaling
>>>>> settings (see the docs).
>>>>>
>>>>> If you don't see very high values for "pending_ms", check whether
>>>>> "cpu_ms" is comparable to the total request latency, as this could mean
>>>>> that your instance is taking a large amount of time to process the 
>>>>> request.
>>>>>
>>>>> If the "ms" field is high but the "cpu_ms" is not high, this could
>>>>> mean that a remote API call made during handling the request takes a long
>>>>> time to complete while the instance waits for it to return before sending
>>>>> the response.
>>>>>
>>>>> Finally, if the "ms" field is not high compared to what the client
>>>>> observes, it's possible that the extra time is added during network
>>>>> transfer to and from the App Engine infrastructure and your instance. This
>>>>> could be solved by improving the network the client is on (not always a
>>>>> possibility) or locating the app closer to them (create an EU application
>>

Re: [google-appengine] Re: loading_request=0

2016-08-10 Thread Deepak Singh
Hi Nick,

I will soon update you as i am currently out of station.

On Tue, Aug 9, 2016 at 8:20 PM, 'Nick (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hey Deepak,
>
> Any update? I'm here and happy to assist.
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
> On Wednesday, August 3, 2016 at 12:43:33 PM UTC-4, Deepak Singh wrote:
>>
>> Sorry, missed to write the data
>>
>> Average request latency: 127.05
>>
>> CPU: 8.996
>>
>> No data for loading latency
>>
>> On Wed, Aug 3, 2016 at 10:08 PM, Deepak Singh <deepaksingh...@gmail.com>
>> wrote:
>>
>>> Hi Nick,
>>>
>>> Thanks for your detailed response.
>>> Based on your response, i guess that none of the data seems suspicious
>>> in our logs. Here is a log snippet
>>> ms=214 cpu_ms=0 cpm_usd=0.2771493 loading_request=0 instance=-
>>> app_engine_release=1.9.42 trace_id=c0ed6d9452c7fa778840af791c4a291d
>>>
>>> However look at the below graphs where latency shows the data and cpu
>>> graph shows the enough instance. But still we have user latency.
>>>
>>> Google page speed test indicates server response time as close to 0.5
>>> sec which is quite high.
>>>
>>>
>>>
>>>
>>>
>>> CPU
>>> % CPU
>>> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug, 22:025101520
>>>
>>> Latency
>>> Milliseconds
>>> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug, 21:5920,00040,00060,00080,0001
>>> 00,000120,000
>>>  Average request latency:
>>>
>>> On Wed, Aug 3, 2016 at 12:58 AM, 'Nick (Cloud Platform Support)' via
>>> Google App Engine <google-appengine@googlegroups.com> wrote:
>>>
>>>> Hey Deepak,
>>>>
>>>> This means this was not the first request to the instance. This means
>>>> that most of your requests are being handled by instances which already
>>>> existed when the request was received by the App Engine front-end load
>>>> balancer.
>>>>
>>>> If you are still seeing latency, this could be caused by the instances
>>>> being overloaded and the requests waiting in the pending queue in front of
>>>> the instance (you can read about pending queues
>>>> <https://cloud.google.com/appengine/docs/python/glossary#pending_request_queue>
>>>> and scaling parameters in the app.yaml documentation
>>>> <https://cloud.google.com/appengine/docs/python/config/appref?authuser=1#scaling_elements>
>>>> (if using Java, see the appengine-web.xml documentation
>>>> <https://cloud.google.com/appengine/docs/java/config/appref#scaling_elements>
>>>> which is analogous)). In that case, you'll see another field, "pending_ms"
>>>> in the log line. You can solve this type of latency by changing the scaling
>>>> settings (see the docs).
>>>>
>>>> If you don't see very high values for "pending_ms", check whether
>>>> "cpu_ms" is comparable to the total request latency, as this could mean
>>>> that your instance is taking a large amount of time to process the request.
>>>>
>>>> If the "ms" field is high but the "cpu_ms" is not high, this could mean
>>>> that a remote API call made during handling the request takes a long time
>>>> to complete while the instance waits for it to return before sending the
>>>> response.
>>>>
>>>> Finally, if the "ms" field is not high compared to what the client
>>>> observes, it's possible that the extra time is added during network
>>>> transfer to and from the App Engine infrastructure and your instance. This
>>>> could be solved by improving the network the client is on (not always a
>>>> possibility) or locating the app closer to them (create an EU application
>>>> if clients are in Europe).
>>>>
>>>> You can read more about request log fields in the documentation
>>>> <https://cloud.google.com/appengine/docs/python/logs/#understanding_request_log_fields>
>>>> .
>>>>
>>>> I hope this short guide is helpful in determining the cause of the
>>>> request latency. If you have any further questions, let me know and I'll be
>>>> happy to assist!
>>>>
>>>> Cheers,
>>>>
>>>> Nick
>>>> Cloud Platform Co

Re: [google-appengine] Re: loading_request=0

2016-08-03 Thread Deepak Singh
Sorry, missed to write the data

Average request latency: 127.05

CPU: 8.996

No data for loading latency

On Wed, Aug 3, 2016 at 10:08 PM, Deepak Singh <deepaksingh...@gmail.com>
wrote:

> Hi Nick,
>
> Thanks for your detailed response.
> Based on your response, i guess that none of the data seems suspicious in
> our logs. Here is a log snippet
> ms=214 cpu_ms=0 cpm_usd=0.2771493 loading_request=0 instance=-
> app_engine_release=1.9.42 trace_id=c0ed6d9452c7fa778840af791c4a291d
>
> However look at the below graphs where latency shows the data and cpu
> graph shows the enough instance. But still we have user latency.
>
> Google page speed test indicates server response time as close to 0.5 sec
> which is quite high.
>
>
>
>
>
> CPU
> % CPU
> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug, 22:025101520
>
> Latency
> Milliseconds
> 3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug,
> 21:5920,00040,00060,00080,000100,000120,000
>  Average request latency:
>
> On Wed, Aug 3, 2016 at 12:58 AM, 'Nick (Cloud Platform Support)' via
> Google App Engine <google-appengine@googlegroups.com> wrote:
>
>> Hey Deepak,
>>
>> This means this was not the first request to the instance. This means
>> that most of your requests are being handled by instances which already
>> existed when the request was received by the App Engine front-end load
>> balancer.
>>
>> If you are still seeing latency, this could be caused by the instances
>> being overloaded and the requests waiting in the pending queue in front of
>> the instance (you can read about pending queues
>> <https://cloud.google.com/appengine/docs/python/glossary#pending_request_queue>
>> and scaling parameters in the app.yaml documentation
>> <https://cloud.google.com/appengine/docs/python/config/appref?authuser=1#scaling_elements>
>> (if using Java, see the appengine-web.xml documentation
>> <https://cloud.google.com/appengine/docs/java/config/appref#scaling_elements>
>> which is analogous)). In that case, you'll see another field, "pending_ms"
>> in the log line. You can solve this type of latency by changing the scaling
>> settings (see the docs).
>>
>> If you don't see very high values for "pending_ms", check whether
>> "cpu_ms" is comparable to the total request latency, as this could mean
>> that your instance is taking a large amount of time to process the request.
>>
>> If the "ms" field is high but the "cpu_ms" is not high, this could mean
>> that a remote API call made during handling the request takes a long time
>> to complete while the instance waits for it to return before sending the
>> response.
>>
>> Finally, if the "ms" field is not high compared to what the client
>> observes, it's possible that the extra time is added during network
>> transfer to and from the App Engine infrastructure and your instance. This
>> could be solved by improving the network the client is on (not always a
>> possibility) or locating the app closer to them (create an EU application
>> if clients are in Europe).
>>
>> You can read more about request log fields in the documentation
>> <https://cloud.google.com/appengine/docs/python/logs/#understanding_request_log_fields>
>> .
>>
>> I hope this short guide is helpful in determining the cause of the
>> request latency. If you have any further questions, let me know and I'll be
>> happy to assist!
>>
>> Cheers,
>>
>> Nick
>> Cloud Platform Community Support
>>
>>
>> On Friday, July 29, 2016 at 12:01:29 PM UTC-4, Deepak Singh wrote:
>>>
>>> I see almost all of my request logs has loading_request=0
>>>
>>> We know that this is only present if the request causes the instance to
>>> be started, so what should i understand based on this? our app faces high
>>> latency most of the time.
>>>
>>> Java, flexible env based app.
>>>
>>> --
>>> Tech
>>>
>> --
>> 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/301897c2-16ac-4d30-ad84-7f19e7a2d870%40googlegroups.com
>

Re: [google-appengine] Re: loading_request=0

2016-08-03 Thread Deepak Singh
Hi Nick,

Thanks for your detailed response.
Based on your response, i guess that none of the data seems suspicious in
our logs. Here is a log snippet
ms=214 cpu_ms=0 cpm_usd=0.2771493 loading_request=0 instance=-
app_engine_release=1.9.42 trace_id=c0ed6d9452c7fa778840af791c4a291d

However look at the below graphs where latency shows the data and cpu graph
shows the enough instance. But still we have user latency.

Google page speed test indicates server response time as close to 0.5 sec
which is quite high.





CPU
% CPU
3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug, 22:025101520

Latency
Milliseconds
3 Aug, 12:003 Aug, 15:003 Aug, 18:003 Aug,
21:5920,00040,00060,00080,000100,000120,000
 Average request latency:

On Wed, Aug 3, 2016 at 12:58 AM, 'Nick (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hey Deepak,
>
> This means this was not the first request to the instance. This means that
> most of your requests are being handled by instances which already existed
> when the request was received by the App Engine front-end load balancer.
>
> If you are still seeing latency, this could be caused by the instances
> being overloaded and the requests waiting in the pending queue in front of
> the instance (you can read about pending queues
> <https://cloud.google.com/appengine/docs/python/glossary#pending_request_queue>
> and scaling parameters in the app.yaml documentation
> <https://cloud.google.com/appengine/docs/python/config/appref?authuser=1#scaling_elements>
> (if using Java, see the appengine-web.xml documentation
> <https://cloud.google.com/appengine/docs/java/config/appref#scaling_elements>
> which is analogous)). In that case, you'll see another field, "pending_ms"
> in the log line. You can solve this type of latency by changing the scaling
> settings (see the docs).
>
> If you don't see very high values for "pending_ms", check whether "cpu_ms"
> is comparable to the total request latency, as this could mean that your
> instance is taking a large amount of time to process the request.
>
> If the "ms" field is high but the "cpu_ms" is not high, this could mean
> that a remote API call made during handling the request takes a long time
> to complete while the instance waits for it to return before sending the
> response.
>
> Finally, if the "ms" field is not high compared to what the client
> observes, it's possible that the extra time is added during network
> transfer to and from the App Engine infrastructure and your instance. This
> could be solved by improving the network the client is on (not always a
> possibility) or locating the app closer to them (create an EU application
> if clients are in Europe).
>
> You can read more about request log fields in the documentation
> <https://cloud.google.com/appengine/docs/python/logs/#understanding_request_log_fields>
> .
>
> I hope this short guide is helpful in determining the cause of the request
> latency. If you have any further questions, let me know and I'll be happy
> to assist!
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
>
> On Friday, July 29, 2016 at 12:01:29 PM UTC-4, Deepak Singh wrote:
>>
>> I see almost all of my request logs has loading_request=0
>>
>> We know that this is only present if the request causes the instance to
>> be started, so what should i understand based on this? our app faces high
>> latency most of the time.
>>
>> Java, flexible env based app.
>>
>> --
>> Tech
>>
> --
> 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/301897c2-16ac-4d30-ad84-7f19e7a2d870%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/301897c2-16ac-4d30-ad84-7f19e7a2d870%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzb_9wsnOAs8Cwc3h5deosnCjewJrHivBrE2WeV9T%2B0tPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Task size limit on Flexible env

2016-07-29 Thread Deepak Singh
As far as i know all of the restrictions of standard env have been removed
on flexible env, but we still get exception on task queue on flexible env

textPayload: "java.lang.IllegalArgumentException: Task size too large"


What is this limit ?

-- 
Tech

-- 
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/CAF6cnzYrxBZdKVpjXr%2B_JsJ4SsSp4QpK%3Ds_RdwKAQ83W2_ZWfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: GAE Latency & Instance issues

2016-07-29 Thread Deepak Singh
We have our application
Java, flexible env - autoscaling

Almost all of our logs show the following statistics

ms=346 cpu_ms=0 cpm_usd=1.32769e-7 loading_request=0 instance=-
app_engine_release=1.9.42 trace_id=-

Our users face front end latency. Is it any server issue Or any corrective
measures can be taked.




On Wed, Jul 27, 2016 at 2:12 PM, ANOOP M.S <anoop7...@gmail.com> wrote:

> but my latency is only below 1.5 seconds when i looked at the log that's
> ok for me, i have an issue with the time taking for the prepossessing or is
> it the same thing, i will start a new thread with issue anyway
>
> On Wednesday, July 27, 2016 at 9:35:18 AM UTC+5:30, Trevor wrote:
>>
>> I simply followed the advice kindly offered in this thread and
>> experimented with lowering the max concurrent requests. Our best settings
>> ended up being 2 max concurrent requests with 2 max idle instances.
>>
>> I think an important part is that before this tweaking, we separated our
>> front-end and task modules (recently renamed services) such that their
>> instances could be completely independent.
>>
>> By taking those two steps, our front-end average latency fell from an
>> average of 600ms to 180ms, and our daily instance costs went from $100 to
>> $30. So performance improved while cutting costs by >60%. We're pretty
>> happy with the results.
>>
>> --
> 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/c8b7af68-6f26-40fe-95c4-cea0b96e5562%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/c8b7af68-6f26-40fe-95c4-cea0b96e5562%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzYFgWaDGscMtzFNuWZ%2Bh0G8%2BQm_OqxWJUgYo7Jc8XfRRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] loading_request=0

2016-07-29 Thread Deepak Singh
I see almost all of my request logs has loading_request=0

We know that this is only present if the request causes the instance to be
started, so what should i understand based on this? our app faces high
latency most of the time.

Java, flexible env based app.

--
Tech

-- 
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/CAF6cnzYk2XE764M82_OwEvfX4zjG5b2%2BNyoMPEjj6GbTDYaeRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Flexible env deployment issue - java

2016-07-26 Thread Deepak Singh
It was working fine till last deployment with same access and same
environment.

We made change to one of our .xls file and then tried to deploy and
exception came.
We deleted our .xls file project and deployed but still same exception
occurs.

This is the process we follow -
Through appcfg stage command, get the staging ready.
Now following commands -

gcloud init
choose the configuration we used for last deployment.
Authorised as the same user.
Same project.
Deployment exception.


Tried to gcloud init with a new configuration but still exception occurs.

App id: balajiyatrafinder

Tried all possible ways but failed.






On Mon, Jul 25, 2016 at 5:26 AM, 'Adam (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> It looks like you may not have permission to access the staging bucket on
> the project you're deploying to. Are you authorizing gcloud as a user or as
> a service account?
>
>
> On Sunday, July 24, 2016 at 3:02:58 PM UTC-4, Deepak Singh wrote:
>>
>>
>> Details: [
>>   [
>> {
>>   "@type": "type.googleapis.com/google.rpc.ResourceInfo",
>>   "description": "Failed to save static file.",
>>   "resourceName": "
>> https://storage.googleapis.com/staging.balajiyatrafinder.appspot.com/e361852ac955d23d3fa936563d1d671ef639ca60.xls
>> ",
>>   "resourceType": "file"
>> }
>>
>>
>> How do solve the above issue ?
>>
>>
>> --
>> Tech
>>
> --
> 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/b3dadb25-0081-469f-9ebc-6f63e81bbca8%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/b3dadb25-0081-469f-9ebc-6f63e81bbca8%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzbM8xW6dANeMxem5erPKLL3whqLBfbeJHD41ZkpoGbXRw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Flexible env deployment issue - java

2016-07-24 Thread Deepak Singh
Details: [
  [
{
  "@type": "type.googleapis.com/google.rpc.ResourceInfo",
  "description": "Failed to save static file.",
  "resourceName": "
https://storage.googleapis.com/staging.balajiyatrafinder.appspot.com/e361852ac955d23d3fa936563d1d671ef639ca60.xls
",
  "resourceType": "file"
}


How do solve the above issue ?


-- 
Tech

-- 
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/CAF6cnzZCRAfr9p2iZokX3gncgt7sH04oHR-MKVemrAfVy8QNMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: gcloud copy-files

2016-05-05 Thread Deepak Singh
Hi Zeehad,

We are unable to think replacement of 'myAwesomeApp' in the command as we
are not deploying our app through the name.
Here is what we do -

Our app is JAVA based GAE app.
On the app engiene command line - appcfg stage
which gives me following folder structure

_static_/resources/js
resources/js
WEB-INF/
app.yaml
.
.
..

For deployment to flex env-

gcloud preview app deploy C:/folder/app.yaml


Now let us know what would be the deployed app folder structure on the flex
instance.


Regards
Tech


On Thu, May 5, 2016 at 12:46 AM, 'Zeehad (Cloud Platform Support)' via
Google App Engine <google-appengine@googlegroups.com> wrote:

> Hello Deepak,
>
> You'll need to use the absolute path to the destination folder on the
> instance. For example
>
> *gcloud compute copy-files c:/localfile.js
> loggeduser@instance-name:/myAwesomeApp/src/main/webapp/resources/js --zone
> us-central-1*
>
> You can also use relative path to the loggeduser's home directory.
> Assuming the home directory is /home/loggeduser and the project is at the
> root directory, the command for the above example will be
>
> *gcloud compute copy-files c:/localfile.js
> loggeduser@instance-name:../../myAwesomeApp/src/main/webapp/resources/js
> --zone us-central-1*
>
> It's also important to make sure that 'loggeduser' has necessary
> permissions, otherwise you may receive 'permission denied' errors.
>
> I hope that helps. Cheers!
>
> --
> 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/5cb12664-e5d0-4c19-965b-9fdfe4dbb0e4%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/5cb12664-e5d0-4c19-965b-9fdfe4dbb0e4%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzaV%3DmdL-3GDCc6vozGcmBk7c0LnZg-8PK5C0VoTddGakQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] gcloud copy-files

2016-05-02 Thread Deepak Singh
for the following command

gcloud compute copy-files c:/localfile.js
loggeduser@instance-name:/resources/js
--zone us-central-1

pscp: unable to open /resources/js: no such file or directory

What should be the correct remote destination path to upload a file to vm
on war relevent path /resources/js

-- 
Tech

-- 
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/CAF6cnzbKC8s5NwW%2B_V6nntSWtFQeJY3SZRsVxGPC75%2B28BJ%3D2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: 502 bad gateway - flexible environment n1-standard-1

2016-04-17 Thread Deepak Singh
The issue is still continued and does not belong to a particular time
rather than for a specific URL and it is always 502 / 503 for that url.

The url does a simple work -

Gets some data by using URLFetch. Saves it to session. Converts it to JSON
and sends the json as response.

Url is publically accessible. If you want, we will send you that url
seperately as it requires our app id.





On Wed, Apr 13, 2016 at 10:23 PM, 'Nicholas (Google Cloud Support)' via
Google App Engine <google-appengine@googlegroups.com> wrote:

> Thanks for posting your issue here. Unfortunately, the link you provided
> requires a login so we cannot access it.
>
> However, given that flexible environment uses Compute Engine instances and
> the time frame of your post, this outage
> <https://status.cloud.google.com/incident/compute/16007> may very well be
> relevant to this issue. Can you confirm the time frame during which your
> application was serving 502 and 503 errors? Does it align with the Compute
> Engine outage between *2016-04-11 18:25 PST* and *2016-04-11 19:27 PST*?
>
>
> On Tuesday, April 12, 2016 at 12:25:54 AM UTC-4, Deepak Singh wrote:
>>
>> Dear Team,
>>
>> We just upgraded to flexible environment with n1-standard-1 and started
>> getting 502 / 503 most frequently.
>>
>> App is configured with Cloudflare so we raised an incident with
>> cloudflare and here is the result that they provided
>>
>>
>> https://support.cloudflare.com/hc/en-us/requests/904469?flash_digest=d8eeedee4ea25b0d37f24b01ca4c0c89fc29b4a8
>>
>>
>> Origin server is responding to 502 /503 for around 70% requests.
>>
>> Pls let us know.
>>
>>
>> --
>> Tech
>>
> --
> 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/fc4b8a02-e1e2-40fe-8a56-12072afffdff%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/fc4b8a02-e1e2-40fe-8a56-12072afffdff%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzY3zXq_79wQLmJ%2BdOEumyBj9ynKJh1rMdE7pTSH4%2BmnQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: To GAE team

2016-04-12 Thread Deepak Singh
Thanks Nick.

On Tue, Apr 12, 2016 at 8:26 PM, 'Nick (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hey Deepak,
>
> Since you've already posted in the appropriate forum for such an issue,
> there's nothing to be gained from cross-posting here. Please try to make
> sure that posts you make to this forum have original content which will
> offer an interesting discussion to other users, rather than just posting
> links to questions you've asked on StackOverflow. I'll be happy to look
> into the issue regardless, but be aware that we already monitor
> StackOverflow, so this thread was unnecessary anyways.
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
>
> On Monday, April 11, 2016 at 12:36:30 PM UTC-4, Deepak Singh wrote:
>>
>> Dear team,
>>
>> Please update over the issue -
>>
>>
>> http://stackoverflow.com/questions/36484232/gae-java-flexible-environment-jsp-warning
>>
>> --
>> Tech
>>
> --
> 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/91061108-962f-429b-bda7-278d2bb984b8%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/91061108-962f-429b-bda7-278d2bb984b8%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzajWM292XTciffFPNyvkZdddeupptZF1vaXCr9Wx3pvPw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] 502 bad gateway - flexible environment n1-standard-1

2016-04-11 Thread Deepak Singh
Dear Team,

We just upgraded to flexible environment with n1-standard-1 and started
getting 502 / 503 most frequently.

App is configured with Cloudflare so we raised an incident with cloudflare
and here is the result that they provided

https://support.cloudflare.com/hc/en-us/requests/904469?flash_digest=d8eeedee4ea25b0d37f24b01ca4c0c89fc29b4a8


Origin server is responding to 502 /503 for around 70% requests.

Pls let us know.


-- 
Tech

-- 
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/CAF6cnzYQWyfdqfJq4D-n%2BtHCJ30-tapA-GFCf4pXYMne7i0kfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] To GAE team

2016-04-11 Thread Deepak Singh
Dear team,

Please update over the issue -

http://stackoverflow.com/questions/36484232/gae-java-flexible-environment-jsp-warning

-- 
Tech

-- 
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/CAF6cnzYA03s8qB2uzxA4OeLTeeWAw2nWomuM%3DHcpS31mg5FRKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] GAE Java FE env deployment issue

2016-04-03 Thread Deepak Singh
Thanks Ludovic. Got this idea and worked on it.

However when we run the gcloud preview app deploy /app.yaml, throws
following error

INFO: Attempting refresh to obtain initial access_token
INFO: Refreshing access_token
WARNING: If this is your first deployment, please try again.
ERROR: (gcloud.preview.app.deploy) Server responded with code [400]:
  Bad Request Unexpected HTTP status 400.
  Failed Project Preparation (app_id='s~'). App Engine service
account has insufficient permissions for project. Developer or owner
required.


All of the permissions are enabled in console but still the error persists.
Could you pls help on the same ?


On Sun, Apr 3, 2016 at 4:07 AM, 'ludovic Champenois' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> So I guess you've been using the appcfg.sh tool to deploy a web app built
> the way you want...(maybe via Ant?)
>
> Continue to do that, but change the flags used by appcfg and replace the
> update subcommand with the stage sub command. The stage subcommand takes an
> extra param at the end that is the location of an empty staging directory
> that will be populated with correct content.
> Then you can use the Cloud SDK to deploy this staging directory (pointing
> to it's app.yaml at the root).
> gcloud preview app deploy stagingDir/app.yaml
> Ludo
>
>
> On 4/2/16 11:59 AM, Deepak Singh wrote:
>
> Hi,
>
> I have a running java web app on gae sandbox for last 3 years. Now would
> like to migrate it to GAE flexible env. We found the documents which
> recommends to use maven and build and deploy. We dont use maven in our app
> and would like not to use. So, is there any convenient way to deploy the
> app on FE without a maven project architecture ? Pls sugeest.
>
> --
> Tech
> --
> 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/CAF6cnzbYypRrMJZzGihN6CGHGJdR7qrjN6U%2ByyBoP23CXAQGXw%40mail.gmail.com?utm_medium=email_source=footer>
> https://groups.google.com/d/msgid/google-appengine/CAF6cnzbYypRrMJZzGihN6CGHGJdR7qrjN6U%2ByyBoP23CXAQGXw%40mail.gmail.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/570049B4.4030807%40google.com
> <https://groups.google.com/d/msgid/google-appengine/570049B4.4030807%40google.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzbotyO1VYzQm9tQaJoshvcp0rg6ag5CU571U_XUHqZgFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE Java FE env deployment issue

2016-04-02 Thread Deepak Singh
Hi,

I have a running java web app on gae sandbox for last 3 years. Now would
like to migrate it to GAE flexible env. We found the documents which
recommends to use maven and build and deploy. We dont use maven in our app
and would like not to use. So, is there any convenient way to deploy the
app on FE without a maven project architecture ? Pls sugeest.

-- 
Tech

-- 
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/CAF6cnzbYypRrMJZzGihN6CGHGJdR7qrjN6U%2ByyBoP23CXAQGXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App engiene change impacts my code ? Pls look into

2016-03-12 Thread Deepak Singh
Facing business impact -

Code was working fine for last 2 years. No change in code but issue
persists. Does app engine change anything ?

Sending ---
response.setContentType("application/x-java-serialized-object");
response.setHeader("Content-Encoding", "gzip");
GZIPOutputStream gos = new GZIPOutputStream(response.getOutputStream());
ObjectOutputStream oos = new ObjectOutputStream(gos);
oos.writeObject(rs);
gos.finish();
oos.flush();
oos.close();


Reading ---

GZIPInputStream gi = new GZIPInputStream(new
ByteArrayInputStream(res.getContent()));
ObjectInputStream ois = new ObjectInputStream(gi);


Exception -
java.io.StreamCorruptedException: invalid stream header: 1F8B0800
at red color line

.

Pls help gae java team.



On Sat, Mar 12, 2016 at 11:49 PM, Deepak Singh <deepaksingh...@gmail.com>
wrote:

> Dear App engine team,
>
> For last couple of days, we are facing serialization issue. Our app does
> not add 'GZIP' header to response and thus we are getting the exception as
> below
>
>
> java.io.StreamCorruptedException: invalid stream header: 1F8B0800
>
>
> App id: pdstechi
>
> Pls resolve the same.
>
> The issue happens most frequently but not always.
>
>


-- 
Deepak Singh

-- 
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/CAF6cnzZ5mbpCdQxhuU%3DnfjjcGP0eKt-%3Dxi_GtYD8un247qaBBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE Java is not adding response header for 'GZIP' / Content not 'GZIP'ped

2016-03-12 Thread Deepak Singh
Dear App engine team,

For last couple of days, we are facing serialization issue. Our app does
not add 'GZIP' header to response and thus we are getting the exception as
below


java.io.StreamCorruptedException: invalid stream header: 1F8B0800


App id: pdstechi

Pls resolve the same.

The issue happens most frequently but not always.

-- 
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/CAF6cnzb59x83muEasUKK9Nrj2pUjDm2x_ixWnGz60WX2Nfmctg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Stop access to deleted version

2016-02-17 Thread Deepak Singh
Hi Barry,

Host for the incoming request ? Could you pls explain a bit.

On Wed, Feb 17, 2016 at 9:09 PM, Deepak Singh <deepaksingh...@gmail.com>
wrote:

> Can it be done with dispatch.xml and routing that version to a module that
> does not exist and thus 404 ?
>
> On Wed, Feb 17, 2016 at 8:56 PM, Stefano Ciccarelli <
> stefano.ciccare...@mmbsoftware.it> wrote:
>
>> You can't.
>>
>> https://cloud.google.com/appengine/docs/java/modules/routing#soft_routing
>> Il giorno mer 17 feb 2016 alle 16:07 Deepak Singh <
>> deepaksingh...@gmail.com> ha scritto:
>>
>>> Hi,
>>>
>>> We have deleted a version from app engiene but still the request to
>>> version-dot.appid.appspot.com is accessible with the current default
>>> version.
>>>
>>>  We want this deleted version url should respond as 404. How to get this
>>> done ?
>>>
>>> --
>>> Deepak Singh
>>>
>>> --
>>> 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/CAF6cnzY%2BTg91i3igDN-D_bYzs1fG%2BbS9_7BWq%3Dyvk5Qs16p6pQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/google-appengine/CAF6cnzY%2BTg91i3igDN-D_bYzs1fG%2BbS9_7BWq%3Dyvk5Qs16p6pQ%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> *Stefano Ciccarelli*
>> GAE Application Division
>> / Director
>> stefano.ciccare...@mmbsoftware.it
>>
>> *M.M.B. s.r.l.*
>> via Granarolo, 177/7 - 48018 Faenza (RA) - Italy
>> tel. +39.0546.637711 - fax +39.0546.46077
>> www.mmbsoftware.it - i...@mmbsoftware.it
>>
>> Le informazioni contenute in questa comunicazione sono riservate e
>> destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E'
>> vietato ai soggetti diversi dai destinatari qualsiasi uso, copia,
>> diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia
>> ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per
>> errore, Vi preghiamo di rispondere a questa e-mail e successivamente
>> cancellarla dal Vostro sistema.
>>
>> --
>> 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/CAArRkeWOB%2B423OOtVcv9Nuhat0j5ZGRVMNnfjnAuw3vvVwC5ZA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/google-appengine/CAArRkeWOB%2B423OOtVcv9Nuhat0j5ZGRVMNnfjnAuw3vvVwC5ZA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Deepak Singh
>



-- 
Deepak Singh

-- 
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/CAF6cnzbOSf%3DxdxMrtwh8s5DYKpj8Rqf%3D6ZhWTrY2svNt0AVQrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Stop access to deleted version

2016-02-17 Thread Deepak Singh
Can it be done with dispatch.xml and routing that version to a module that
does not exist and thus 404 ?

On Wed, Feb 17, 2016 at 8:56 PM, Stefano Ciccarelli <
stefano.ciccare...@mmbsoftware.it> wrote:

> You can't.
>
> https://cloud.google.com/appengine/docs/java/modules/routing#soft_routing
> Il giorno mer 17 feb 2016 alle 16:07 Deepak Singh <
> deepaksingh...@gmail.com> ha scritto:
>
>> Hi,
>>
>> We have deleted a version from app engiene but still the request to
>> version-dot.appid.appspot.com is accessible with the current default
>> version.
>>
>>  We want this deleted version url should respond as 404. How to get this
>> done ?
>>
>> --
>> Deepak Singh
>>
>> --
>> 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/CAF6cnzY%2BTg91i3igDN-D_bYzs1fG%2BbS9_7BWq%3Dyvk5Qs16p6pQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/google-appengine/CAF6cnzY%2BTg91i3igDN-D_bYzs1fG%2BbS9_7BWq%3Dyvk5Qs16p6pQ%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> *Stefano Ciccarelli*
> GAE Application Division
> / Director
> stefano.ciccare...@mmbsoftware.it
>
> *M.M.B. s.r.l.*
> via Granarolo, 177/7 - 48018 Faenza (RA) - Italy
> tel. +39.0546.637711 - fax +39.0546.46077
> www.mmbsoftware.it - i...@mmbsoftware.it
>
> Le informazioni contenute in questa comunicazione sono riservate e
> destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E'
> vietato ai soggetti diversi dai destinatari qualsiasi uso, copia,
> diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia
> ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per
> errore, Vi preghiamo di rispondere a questa e-mail e successivamente
> cancellarla dal Vostro sistema.
>
> --
> 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/CAArRkeWOB%2B423OOtVcv9Nuhat0j5ZGRVMNnfjnAuw3vvVwC5ZA%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-appengine/CAArRkeWOB%2B423OOtVcv9Nuhat0j5ZGRVMNnfjnAuw3vvVwC5ZA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
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/CAF6cnzakBuC1MMNUJC6smCPRbf%2Bf6rnFVmKtK5Lw6M7wRtsiTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Stop access to deleted version

2016-02-17 Thread Deepak Singh
Hi,

We have deleted a version from app engiene but still the request to
version-dot.appid.appspot.com is accessible with the current default
version.

 We want this deleted version url should respond as 404. How to get this
done ?

-- 
Deepak Singh

-- 
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/CAF6cnzY%2BTg91i3igDN-D_bYzs1fG%2BbS9_7BWq%3Dyvk5Qs16p6pQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Managed VM compressed response issue

2015-07-20 Thread Deepak Singh
any help pls.

On Mon, Jul 20, 2015 at 1:38 AM, Deepak Singh deepaksingh...@gmail.com
wrote:

 Hi All,

 I have a hosted application on Google app engine. Running fine. It serves
 the response in gZip format.

 It has a high CPU consumption so i am testing it on Managed VM as well. It
 runs fine on managed VM but the problem is that the response is not
 compressed. I tried few filters including webutilities-0.0.7 but still no
 luck.

 response.setContentType(application/x-java-serialized-object);
 response.setHeader(Content-Encoding, gzip);
 GZIPOutputStream gos = new GZIPOutputStream(response.getOutputStream());
 ObjectOutputStream oos = new ObjectOutputStream(gos);
 oos.writeObject(rs);
 gos.finish();
 oos.flush();
 oos.close();

 I am sending a serialised object in compressed form. The above code works
 fine on app engine.

 Please help

 --
 Deepak Singh




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzYBbV6dYpctYuzqJ2VJVAAYm1CbWb3oyoshX%2BXTiXrerw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Managed VM compressed response issue

2015-07-20 Thread Deepak Singh
Hi Nick,

Could you pls tell me the best place to discuss the issue before adding  an
issue in public issue tracker ?

Deepak

On Mon, Jul 20, 2015 at 11:48 PM, Nick (Cloud Platform Support) 
pay...@google.com wrote:

 Hi Deepak,

 Google Groups isn't the place to post specific technical issues, as this
 forum is meant more for general discussion of the platform and services.

 If you believe you've found an issue with the platform itself - and in
 this case your issue *does *appear to qualify for this description - then
 you should open a public issue tracker
 http://code.google.com/p/google-appengine/issues/list issue with enough
 detail to reproduce the issue on our side, or if possible, an attached app
 that can be used to directly observe the behaviour.

 Your issue report has a decent amount of information, although providing
 not just snippets of code but a minimal reproducing app is best.

 If you would like to open a thread in this forum discussing the platform
 or services in more broad terms, starting a discussion that would be useful
 for other users to join in to, feel free to do so.

 Have a great day!

 -- Nick

 On Monday, July 20, 2015 at 11:11:04 AM UTC-4, Deepak Singh wrote:

 any help pls.

 On Mon, Jul 20, 2015 at 1:38 AM, Deepak Singh deepaksingh...@gmail.com
 wrote:

 Hi All,

 I have a hosted application on Google app engine. Running fine. It
 serves the response in gZip format.

 It has a high CPU consumption so i am testing it on Managed VM as well.
 It runs fine on managed VM but the problem is that the response is not
 compressed. I tried few filters including webutilities-0.0.7 but still no
 luck.

 response.setContentType(application/x-java-serialized-object);
 response.setHeader(Content-Encoding, gzip);
 GZIPOutputStream gos = new GZIPOutputStream(response.getOutputStream());
 ObjectOutputStream oos = new ObjectOutputStream(gos);
 oos.writeObject(rs);
 gos.finish();
 oos.flush();
 oos.close();

 I am sending a serialised object in compressed form. The above code
 works fine on app engine.

 Please help

 --
 Deepak Singh




 --
 Deepak Singh

  --
 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 http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/4c5c6686-9ccf-41fd-816f-d3b9033cf1db%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/4c5c6686-9ccf-41fd-816f-d3b9033cf1db%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzZKrTxjse%2BBJ_658yhULzw09G0rOCmgQ9ewkN8Hs8VzaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Managed VM compressed response issue

2015-07-19 Thread Deepak Singh
Hi All,

I have a hosted application on Google app engine. Running fine. It serves
the response in gZip format.

It has a high CPU consumption so i am testing it on Managed VM as well. It
runs fine on managed VM but the problem is that the response is not
compressed. I tried few filters including webutilities-0.0.7 but still no
luck.

response.setContentType(application/x-java-serialized-object);
response.setHeader(Content-Encoding, gzip);
GZIPOutputStream gos = new GZIPOutputStream(response.getOutputStream());
ObjectOutputStream oos = new ObjectOutputStream(gos);
oos.writeObject(rs);
gos.finish();
oos.flush();
oos.close();

I am sending a serialised object in compressed form. The above code works
fine on app engine.

Please help

-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzZ1%2Bz5sOgcV1NnGnwe%2BoFWwaNU-yQ95uqKqhDDzYe8wUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE team - Urgent - Quota not getting reset for billing enabled app

2015-02-25 Thread Deepak Singh
Team,

Could you pls reply ?

I still observe that the following quota is not reset in 24 hours,

Datastore Stored Data8.38 GBytes7.38


On Tue, Feb 24, 2015 at 3:01 AM, Deepak Singh deepaksingh...@gmail.com
wrote:


 Hi GAE Team,

 My quota is not reset in 24 hours. Its usage is being added from previous
 to next day and thus increasing my cost heavily. Pls look into it ASAP.

 App id: balajiyatrafinder

 Following quota is not reset in 24 hours:

 Datastore Stored Data

 Logs Stored Data

 Datastore Write Operations

 Datastore Read Operations

 Outgoing Bandwidth

 PageSpeed Outgoing Bandwidth


 Please look into the issue and do the needful.

 --
 Deepak Singh




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzaW1CFDDnAR0QqCMGDJ3c__7bS4kYDemqmaeNSiHe0%3Dog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE team - Urgent - Quota not getting reset for billing enabled app

2015-02-25 Thread Deepak Singh
This data is at the time when quota is reset. It continues from the
previous day stored quota and adds to the cost.

Please do the needful urgently.

app id: balajiyatrafinder

Regards
Deepak

On Wed, Feb 25, 2015 at 2:05 PM, Deepak Singh deepaksingh...@gmail.com
wrote:

 Team,

 Could you pls reply ?

 I still observe that the following quota is not reset in 24 hours,

 Datastore Stored Data8.38 GBytes7.38


 On Tue, Feb 24, 2015 at 3:01 AM, Deepak Singh deepaksingh...@gmail.com
 wrote:


 Hi GAE Team,

 My quota is not reset in 24 hours. Its usage is being added from previous
 to next day and thus increasing my cost heavily. Pls look into it ASAP.

 App id: balajiyatrafinder

 Following quota is not reset in 24 hours:

 Datastore Stored Data

 Logs Stored Data

 Datastore Write Operations

 Datastore Read Operations

 Outgoing Bandwidth

 PageSpeed Outgoing Bandwidth


 Please look into the issue and do the needful.

 --
 Deepak Singh




 --
 Deepak Singh




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzZC%3Dq95qHD4FnN9_0tzELnGq9XEPCUwJafT4A%2B_O-vbLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: GAE team - Urgent - Quota not getting reset for billing enabled app

2015-02-25 Thread Deepak Singh
How to get that contact details ?

On Wed, Feb 25, 2015 at 2:10 PM, Luna Duclos luna.duc...@palmstonegames.com
 wrote:

 Might i suggest you contact google billing support directly ?

 On Wed, Feb 25, 2015 at 9:37 AM, Deepak Singh deepaksingh...@gmail.com
 wrote:

 This data is at the time when quota is reset. It continues from the
 previous day stored quota and adds to the cost.

 Please do the needful urgently.

 app id: balajiyatrafinder

 Regards
 Deepak

 On Wed, Feb 25, 2015 at 2:05 PM, Deepak Singh deepaksingh...@gmail.com
 wrote:

 Team,

 Could you pls reply ?

 I still observe that the following quota is not reset in 24 hours,

 Datastore Stored Data8.38 GBytes7.38


 On Tue, Feb 24, 2015 at 3:01 AM, Deepak Singh deepaksingh...@gmail.com
 wrote:


 Hi GAE Team,

 My quota is not reset in 24 hours. Its usage is being added from
 previous to next day and thus increasing my cost heavily. Pls look into it
 ASAP.

 App id: balajiyatrafinder

 Following quota is not reset in 24 hours:

 Datastore Stored Data

 Logs Stored Data

 Datastore Write Operations

 Datastore Read Operations

 Outgoing Bandwidth

 PageSpeed Outgoing Bandwidth


 Please look into the issue and do the needful.

 --
 Deepak Singh




 --
 Deepak Singh




 --
 Deepak Singh

 --
 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 http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAF6cnzZC%3Dq95qHD4FnN9_0tzELnGq9XEPCUwJafT4A%2B_O-vbLA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAF6cnzZC%3Dq95qHD4FnN9_0tzELnGq9XEPCUwJafT4A%2B_O-vbLA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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 http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAEJU2PcLptZYPcKMCwXb-K3DGPYmSawYFWUCB0dc9MQog0Dm9A%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAEJU2PcLptZYPcKMCwXb-K3DGPYmSawYFWUCB0dc9MQog0Dm9A%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzba4EfHvFtV5aVJB_uE_3k2S-LZkss0uRx-XEG7VFM8Kw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: GAE team - Urgent - Quota not getting reset for billing enabled app

2015-02-25 Thread Deepak Singh
I deleted session data which was around 7 GB. Its reflecting in database
viewer. But the quota details on dashboard is not  reflecting the updated
size on 'datastore stored data'.



On Wed, Feb 25, 2015 at 2:43 PM, Stuart Langley slang...@google.com wrote:

 Why do you expect that quota to be reset? The amount of data that you have
 in datastore does not go back to zero at midnight.

 To make the amount of data stored in datastore go down you'll need to
 delete some of the data.



 On Wednesday, 25 February 2015 19:42:39 UTC+11, Deepak Singh wrote:

 How to get that contact details ?

 On Wed, Feb 25, 2015 at 2:10 PM, Luna Duclos luna@palmstonegames.com
  wrote:

 Might i suggest you contact google billing support directly ?

 On Wed, Feb 25, 2015 at 9:37 AM, Deepak Singh deepaks...@gmail.com
 wrote:

 This data is at the time when quota is reset. It continues from the
 previous day stored quota and adds to the cost.

 Please do the needful urgently.

 app id: balajiyatrafinder

 Regards
 Deepak

 On Wed, Feb 25, 2015 at 2:05 PM, Deepak Singh deepaks...@gmail.com
 wrote:

 Team,

 Could you pls reply ?

 I still observe that the following quota is not reset in 24 hours,

 Datastore Stored Data8.38 GBytes7.38


 On Tue, Feb 24, 2015 at 3:01 AM, Deepak Singh deepaks...@gmail.com
 wrote:


 Hi GAE Team,

 My quota is not reset in 24 hours. Its usage is being added from
 previous to next day and thus increasing my cost heavily. Pls look into 
 it
 ASAP.

 App id: balajiyatrafinder

 Following quota is not reset in 24 hours:

 Datastore Stored Data

 Logs Stored Data

 Datastore Write Operations

 Datastore Read Operations

 Outgoing Bandwidth

 PageSpeed Outgoing Bandwidth


 Please look into the issue and do the needful.

 --
 Deepak Singh




 --
 Deepak Singh




 --
 Deepak Singh

 --
 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/google-appengine/CAF6cnzZC%3Dq95qHD4FnN9_
 0tzELnGq9XEPCUwJafT4A%2B_O-vbLA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAF6cnzZC%3Dq95qHD4FnN9_0tzELnGq9XEPCUwJafT4A%2B_O-vbLA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/google-appengine/CAEJU2PcLptZYPcKMCwXb-
 K3DGPYmSawYFWUCB0dc9MQog0Dm9A%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAEJU2PcLptZYPcKMCwXb-K3DGPYmSawYFWUCB0dc9MQog0Dm9A%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Deepak Singh

  --
 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 http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/9f4125de-b44b-46ee-b3d0-befb011aaa91%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/9f4125de-b44b-46ee-b3d0-befb011aaa91%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzbKV4k4P%3D_mJZtfQf0GDccgRXwjPF63K6E%2BGfSdnsfGZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE team - Urgent - Quota not getting reset for billing enabled app

2015-02-23 Thread Deepak Singh
Hi GAE Team,

My quota is not reset in 24 hours. Its usage is being added from previous
to next day and thus increasing my cost heavily. Pls look into it ASAP.

App id: balajiyatrafinder

Following quota is not reset in 24 hours:

Datastore Stored Data

Logs Stored Data

Datastore Write Operations

Datastore Read Operations

Outgoing Bandwidth

PageSpeed Outgoing Bandwidth


Please look into the issue and do the needful.

-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzZVS%3DKzYgLZWfQaH-tq7htYDcyi-RPmVM5MvPCgikyx-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Sudden Issues - Google team Pls look into it - App id: balajiyatrafinder

2015-02-22 Thread Deepak Singh
Dear Google Team,

Suddenly my app is experiencing hell lot of increase in cost
without any  increase in traffic.

Frontend Instance Hours63.74 Instance Hours35.74$0.05/ Hour$1.79Backend
Instance Hours0.00 Instance Hours0.00$0.05/ Hour$0.00Datastore Stored Data7.25
GBytes6.25$0.006/ GByte-day$0.04Logs Stored Data0.23 GBytes0.00$0.0009/
GByte-day$0.00Task Queue Stored Task Bytes0.00 GBytes0.00$0.0009/ GByte-day
$0.00Blobstore Stored Data0.02 GBytes0.00$0.0009/ GByte-day$0.00Dedicated
Memcache Use (10k ops/s/GB, 1GB unit)0.00 GByte Hours0.00$0.06/
GB-hour$0.00Code
and Static File Storage0.93 GBytes0.00$0.0009/ GByte-day$0.00Datastore
Write Operations0.06 Million Ops0.01$0.60/ Million Ops$0.01Datastore Read
Operations4.17 Million Ops4.12$0.60/ Million Ops$2.48Datastore Small
Operations0.00 Million Ops0.00$0.00/ Million Ops$0.00Outgoing Bandwidth12.92
GBytes11.92$0.12/ GByte$1.44Recipients Emailed00$0.00/ 100
Recipients$0.00Stanzas
Sent00$0.00/ 100K Stanzas$0.00Channels Created
[image: 0%]
0%0 of 95,0400$0.00/ 100 Opens$0.00Logs Read Bandwidth0.00 GBytes0.00$0.12/
GByte$0.00PageSpeed Outgoing Bandwidth9.30 GBytes9.30$0.00/ GByte$0.00




Look at the graph -

harts [image: help]
https://developers.google.com/appengine/kb/general#charts
SummaryRequests by Type/SecondLatencyLoading LatencyError DetailsTraffic
(Bytes/Second)UtilizationMilliseconds Used/SecondInstancesMemory Usage
(MB)Memcache
Operations/SecondMemcache Compute Units/SecondMemcache Traffic
(Bytes/Second)
30 mins
3 hrs
6 hrs
12 hrs
24 hrs
2 days
4 days
7 days
14 days
30 days
[image: Summary (24 hrs)]


No increase in traffic, but suddenly heavy increase in cost.

Also,

'Datastore Stored Data' is not being reset every 24 hours. It simply adds
from the previous day and count grows.

Instance start up time usually takes 20 sec, now most of the time start up
fails due to deadline exceeded exception.

Please look into it

-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzYJ3FSr-er2M5qqv1gW0oVFhXW2DRR1nN8P2UnxhS-U0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] How to setup a GAE managed VM

2015-02-12 Thread Deepak Singh
I have a GAE java app running on F2/F4 instance which uses pageSpeed. So i
would like to know that migrating to Managed VM will have page speed
service running as usual ?

Regards
Deepak

On Thu, Feb 12, 2015 at 12:31 PM, Vinny P vinny...@gmail.com wrote:

 On Wed, Feb 11, 2015 at 11:40 PM, Ken Bowen k...@form-runner.com wrote:

 My problem is that I'm confused as to how to set up a GAE managed VM.
 When I go to my Developers Console (console.developers.google.com/project)
 and click Create Project, I don't see any options for a GAE managed VM.
 Can anyone point me in the right direction to get started?




 The short version is that a Managed VM is a plain App Engine application
 (no changes in creation or upload), but with a few extra configuration
 commands in appengine-web.xml. There isn't anything special to configure
 within the developers console.

 Here's a sample application that runs a guestbook app within a Managed VM
 - the README file contains instructions on setting everything up:
 https://github.com/GoogleCloudPlatform/appengine-java-vm-guestbook-extras .
 Specifically, you'll want to look at the appengine-web part of the
 instructions.


 -
 -Vinny P
 Technology  Media Consultant
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com





 --
 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 http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CALSvALAUfkapHH-AynxQ1z0-cF6LtMBMCRksuhOTPrAfUGwirQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CALSvALAUfkapHH-AynxQ1z0-cF6LtMBMCRksuhOTPrAfUGwirQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzatg-uwfiJWZaa2t3eu-diywvoqwLPbdVjry02WkXBW9Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Deplyement issue for Java 6

2014-02-27 Thread Deepak Singh
I have started facing deployment issue for my Java 6 app suddenly, asking
to update for Java 7 and would not allow Java 6 app any more.

Anyone else facing the same.

-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Instance start up time

2014-01-29 Thread Deepak Singh
Hi,

I am getting 'Request aborted' exception on GAE / Java. So i first plan to
know the start up time for my app.

Please help me how do i know the instance start up time for my app ?

-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Instance start up time

2014-01-29 Thread Deepak Singh
Hi Rafael,

I am not using Spring at all. Its simple java with JAX-ws, JODA time and
other jars.

I just want to calculate the exact time consumed on start up.

Regards
Deepak


On Wed, Jan 29, 2014 at 11:27 PM, Rafael mufumb...@gmail.com wrote:

 Hi Deepak,

 You're using spring? If yes, you can forget a normal startup time.

 At minimum it will boot with 12 seconds, but many cases it goes over 40.

 There's something written here:
 https://developers.google.com/appengine/articles/spring_optimization

 http://blog.rafaelsanches.com/2013/09/01/appengine-improving-cold-startup-with-spring-enabled-apps/

 thanks
 rafa


 On Wed, Jan 29, 2014 at 9:01 AM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi,

 I am getting 'Request aborted' exception on GAE / Java. So i first plan
 to know the start up time for my app.

 Please help me how do i know the instance start up time for my app ?

 --
 Deepak Singh

 --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Google API Access for GAE

2013-10-09 Thread Deepak Singh
Hi All,

I need to have Google Geocoding API access for my GAE java application.
Thus i need to get the 'server key' for access. When i try to generate the
server key on Google API console, it asks for IP address. So what couls be
the IP address for GAE hosted projects ?


Help is appreciated.


-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google API Access for GAE

2013-10-09 Thread Deepak Singh
Hi Barry,

I read that geocoding API has 2500 requests per day but if i have Google
maps for business key then we can have 1 lac requests a day.

Please correct me if i am wrong.


On Wed, Oct 9, 2013 at 10:02 PM, Barry Hunter barrybhun...@gmail.comwrote:

 Entering IPs is optional - can just leave it blank!

 If you really want to lock to Google IPs can copy ALL the ranges from

 http://network-tools.com/nslook/Default.asp?domain=_netblocks.google.comtype=16server=67.222.132.198class=1port=53timeout=5000go.x=13go.y=14
 But be prepared to update it, as it may change from time to time.

 BUT, the geocoding api does not even allow a key. Let alone require one.
 If you try to provide a key, it will be rejected. (But the above advice
 does not for some of the other apis that do want a key)





 On 9 October 2013 08:41, Deepak Singh deepaksingh...@gmail.com wrote:

 Hi All,

 I need to have Google Geocoding API access for my GAE java application.
 Thus i need to get the 'server key' for access. When i try to generate
 the server key on Google API console, it asks for IP address. So what couls
 be the IP address for GAE hosted projects ?


 Help is appreciated.


 --
 Deepak Singh

 --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Deepak Singh
It did not work.
When i switched back to GAEJ 1.7.3 with all the configurations remaining
the same, it worked. But with GAEJ 1.83 it fails.


On Thu, Sep 12, 2013 at 8:52 AM, Shilendra Sharma shilendra...@gmail.comwrote:

 Thanks vinny for your support..
 On Sep 12, 2013 8:29 AM, Vinny P vinny...@gmail.com wrote:

 On Wed, Sep 11, 2013 at 3:04 PM, Deepak Singh deepaksingh...@gmail.com
  wrote:

 my project was being deployed successfully. I upgraded to GAE Java 1.8.3
 and since after that i am getting the following error during deployment.

 Preparing to deploy:
  Created staging directory at:
 'C:\Users\Deepak\AppData\Local\Temp\appcfg9147832672184820845.tmp'
 Scanning for jsp files.
  Compiling jsp files.
 java.lang.RuntimeException: Cannot get the System Java Compiler. Please
 use a JDK, not a JRE.



 When you upgraded GAE, you probably reset the JDK/JRE path.

 Go to Eclipse - Window - Preferences - Java - Installed JREs and make
 sure that there is a JDK in the list. If not, delete any JREs in there and
 add the JDK through the Add button on the right hand side.


 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com

  --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.

  --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Deepak Singh
All points that you mentioned are correct. I cross verified.

Problem is it works with 1.7.3 but not with 1.8.3


On Thu, Sep 12, 2013 at 11:22 PM, Vinny P vinny...@gmail.com wrote:

 On Thu, Sep 12, 2013 at 11:40 AM, Deepak Singh deepaksingh...@gmail.com
  wrote:

 When i switched back to GAEJ 1.7.3 with all the configurations remaining
 the same, it worked. But with GAEJ 1.83 it fails.



 Then you may have other build paths and your computer's classpath set
 improperly. Make sure that they all include the path to the JDK, not the
 JRE. If they include a reference to both, make sure the JDK reference is
 listed before the JRE reference.


 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com


 --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Deployment error after upgrading to 1.8.3

2013-09-11 Thread Deepak Singh
Hi,

my project was being deployed successfully. I upgraded to GAE Java 1.8.3
and since after that i am getting the following error during deployment.

Preparing to deploy:
Created staging directory at:
'C:\Users\Deepak\AppData\Local\Temp\appcfg9147832672184820845.tmp'
Scanning for jsp files.
Compiling jsp files.
java.lang.RuntimeException: Cannot get the System Java Compiler. Please use
a JDK, not a JRE.

It works fine in local development.

Plz suggest.


-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] GWT + GAE eclipse plugin - how not to compile

2013-07-25 Thread Deepak Singh
Hi,

I have my project GWT + GAE. Its all fine with the project.

When i deploy to GAE, plug in automatically compiles the project and then
deploy.

HOW DO I AVOID COMPILATION DURING DEPLOYMENT ?

-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: /_ah/spi/BackendService.logMessages

2013-07-18 Thread Deepak Singh
Any help on the same ...


On Wed, Jul 17, 2013 at 4:33 PM, Deepak Singh deepaksingh...@gmail.comwrote:

 Our application log shows this exception time and again.


1. 2013-07-17 12:04:08.119 /_ah/spi/BackendService.logMessages 500 16ms
 3kb

10.43.130.70 - - [16/Jul/2013:23:34:08 -0700] POST 
 /_ah/spi/BackendService.logMessages HTTP/1.1 500 3560 - - 
 4-0-5-dot-balajiyatrafinder.appspot.com ms=17 cpu_ms=0 cpm_usd=0.000398 
 app_engine_release=1.8.2 instance=00c61b117c0fd13faf10f6b9e7c7491799901d 
 https://appengine.google.com/instances?app_id=s~balajiyatrafinderversion_id=4-0-5.368841810715652639key=00c61b117c0fd13faf10f6b9e7c7491799901d#00c61b117c0fd13faf10f6b9e7c7491799901d

2. W2013-07-17 12:04:08.116

/_ah/spi/BackendService.logMessages
java.lang.NullPointerException
   at 
 com.google.api.server.spi.SystemService.findServiceMethod(SystemService.java:232)
   at 
 com.google.api.server.spi.SystemService.resolveService(SystemService.java:209)
   at 
 com.google.api.server.spi.SystemServiceServlet.execute(SystemServiceServlet.java:132)
   at 
 com.google.api.server.spi.SystemServiceServlet.doPost(SystemServiceServlet.java:106)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at 
 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
   at 
 com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:125)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter.doFilter(JdbcMySqlConnectionCleanupFilter.java:57)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
   at 
 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
   at 
 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
   at 
 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
   at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
   at 
 com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:266)
   at 
 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
   at org.mortbay.jetty.Server.handle(Server.java:326)
   at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
   at 
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
   at 
 com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
   at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
   at 
 com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceReq



Any idea why i am getting such exceptions.



 --
 Deepak Singh




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] /_ah/spi/BackendService.logMessages

2013-07-17 Thread Deepak Singh
Our application log shows this exception time and again.


   1. 2013-07-17 12:04:08.119 /_ah/spi/BackendService.logMessages 500 16ms
   3kb

   10.43.130.70 - - [16/Jul/2013:23:34:08 -0700] POST
/_ah/spi/BackendService.logMessages HTTP/1.1 500 3560 - -
4-0-5-dot-balajiyatrafinder.appspot.com ms=17 cpu_ms=0
cpm_usd=0.000398 app_engine_release=1.8.2
instance=00c61b117c0fd13faf10f6b9e7c7491799901d
https://appengine.google.com/instances?app_id=s~balajiyatrafinderversion_id=4-0-5.368841810715652639key=00c61b117c0fd13faf10f6b9e7c7491799901d#00c61b117c0fd13faf10f6b9e7c7491799901d

   2. W2013-07-17 12:04:08.116

   /_ah/spi/BackendService.logMessages
   java.lang.NullPointerException
at 
com.google.api.server.spi.SystemService.findServiceMethod(SystemService.java:232)
at 
com.google.api.server.spi.SystemService.resolveService(SystemService.java:209)
at 
com.google.api.server.spi.SystemServiceServlet.execute(SystemServiceServlet.java:132)
at 
com.google.api.server.spi.SystemServiceServlet.doPost(SystemServiceServlet.java:106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:125)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter.doFilter(JdbcMySqlConnectionCleanupFilter.java:57)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at 
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:266)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at 
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at 
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceReq



   Any idea why i am getting such exceptions.



-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Downloading excell works in dev mode but fails in prod mode

2013-05-28 Thread Deepak Singh
Can anyone pls suggest whats wrong here...


On Mon, May 27, 2013 at 12:26 AM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi,

 I am downloading an excell sheet with following headers

 downloadServlet.java

 {

 byte[] fileToSend = baos.toByteArray();

 res.setContentType(application/vnd.openxmlformats-officedocument.spreadsheetml.sheet);
 res.setContentLength(fileToSend.length);
  res.getOutputStream().flush();
 res.setCharacterEncoding(UTF-8);
 res.setHeader(CacheControl, no-cache);
  res.setHeader(Pragma, no-cache);
 res.setHeader(Expires, -1);
  res.setHeader(Content-disposition, attachment; filename=hotel.xls);
  res.getOutputStream().write(fileToSend);

 }

 it works fine dev mode and am able to download and see content with file
 name as hotel.xls.

 But when deployed to app engeine server, it downloads file named
 downloadServlet.xlsx instead of hotel.xls. because of the file type
 difference (xlsx instead of xls), i am not able to open the file correctly
 and see the content.

 Can somebody suggest why this file type difference happens after
 deployment ?



 Deepak Singh




-- 
Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Downloading excell works in dev mode but fails in prod mode

2013-05-26 Thread Deepak Singh
Hi,

I am downloading an excell sheet with following headers

downloadServlet.java

{

byte[] fileToSend = baos.toByteArray();
res.setContentType(application/vnd.openxmlformats-officedocument.spreadsheetml.sheet);
res.setContentLength(fileToSend.length);
res.getOutputStream().flush();
res.setCharacterEncoding(UTF-8);
res.setHeader(CacheControl, no-cache);
res.setHeader(Pragma, no-cache);
res.setHeader(Expires, -1);
res.setHeader(Content-disposition, attachment; filename=hotel.xls);
 res.getOutputStream().write(fileToSend);

}

it works fine dev mode and am able to download and see content with file
name as hotel.xls.

But when deployed to app engeine server, it downloads file named
downloadServlet.xlsx instead of hotel.xls. because of the file type
difference (xlsx instead of xls), i am not able to open the file correctly
and see the content.

Can somebody suggest why this file type difference happens after deployment
?



Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Listen Google: Error code 203

2013-02-16 Thread Deepak Singh
Hi,

Most often i get this error

The process handling this request unexpectedly died. This is likely to
cause a new process to be used for the next request to your
application. (Error code 203)

GAE Java 1.7.4

appid: balajiyatrafinder


Can you pls comment over this ?



Deepak Singh

-- 
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 http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Strange Memcache put error

2013-01-25 Thread Deepak Singh
Still getting the same issue. Could not find why it throws this error while
writing to memcache.


On Mon, Jan 21, 2013 at 10:03 PM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi All,

 I am getting a strange error as follows

 com.pdstechi.hotel.server.HotelRpcServiceImpl getRoomsXmlHotelSearchResult: 
 Memcache put: Error setting single item (?xml version=1.0 encoding=UTF-8 
 standalone=yes?AvailabilitySearchAuthorityOrgyfr/OrgUserXML/UserPasswordxml12345/PasswordCurrencyINR/CurrencyTimeout40/Timeout/AuthorityRegionId18725/RegionIdHotelStayDetailsArrivalDate2013-01-30/ArrivalDateNights1/NightsRoomGuestsAdult/Adult/Guests/Room/HotelStayDetailsDetailLevelcustom/DetailLevel/AvailabilitySearch)


 The error comes when putting a data into cache.



 Deepak Singh




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Still having issues with my app - no deploys for last couple of moth

2013-01-23 Thread Deepak Singh
Me too. Unable to deploy app.

appid: balajiyatrafinder




On Wed, Jan 23, 2013 at 7:31 AM, Tomas tomas.ada...@gmail.com wrote:

 I'm still facing tons of different exceptions which seems to be GAE issues
 - as always, GAE status all green. Having these for last three days, I
 haven't done any deploy and the app was running fine for last 6 months.

 com.google.apphosting.api.ApiProxy$CancelledException: The API call
 memcache.Set() was explicitly cancelled.
 Uncaught exception from servlet
 com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException: The API
 call taskqueue.BulkAdd() took too long
 2013-01-23 14:10:07.353 Uncaught exception from servlet
 java.lang.ExceptionInInitializerError at
 org.apache.log4j.Logger.getLogger(Logger.java:117)

 Failed startup of context
 com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext@6078e7
 {/,/base/data/home/apps/ms-librari-st/1.357057244399463191}
 com.google.apphosting.api.DeadlineExceededException: This request
 (40848620f31e9ac1) started at 2013/01/23 00:47:14.708 UTC and was still
 executing at 2013/01/23 00:48:14.338 UTC.
 at java.util.zip.ZipFile.open(Native Method)
 at java.util.zip.ZipFile.init(ZipFile.java:143)
 at java.util.jar.JarFile.init(JarFile.java:150)
 at java.util.jar.JarFile.init(JarFile.java:87)

 Uncaught exception from servlet
 com.google.apphosting.api.ApiProxy$CancelledException: The API call
 datastore_v3.Put() was explicitly cancelled. at c

 Just a note - I'm running some stack on Openshift and Appfog now due to
 absolute lack of support from the google team here - when I ask for help on
 their public forums I get a response within tenth of minutes/1-2 hours and
 the issue is immediately solved. I would love to continue to work on GAE
 but it's getting more and more frustrating.

 Regards.


 On Monday, 21 January 2013 19:58:42 UTC+13, Tomas wrote:

 Hi there,

 from the yesterday I started to see a lot of deadline exceptions,
 memcache writes exceptions, datastore exceptions - I haven't changed the
 code from last 6 month and I've just tried to fix those errors by playing
 with idle/automatic instance spinning but its getting just worse (even if I
 returned those to original setting aka 14-15seconds queue, 1 min instance
 and 1 automatic instance). I've also noticed that my residence instance is
 not running anymore, I see some dynamic instances spinning and sometimes
 dynamic instance serves 5k request but can't see my residence instance at
 all. Previously my res instance was sitting there and catching all the
 traffic.

 BTW I've started to use the app as a backend for my frontend Spring app
 sitting in Appfog - I'm calling GAE through rest template with apache http
 client set to concurrent connection manager with connection queue and I
 have a feeling that it doesn't work very well with dynamic instances as the
 connection managers struggles with dying connections (I guess when dynamic
 instance stops the connections is not handled to other instance but the
 connection manager needs to find out the connection is broken and open the
 new one) - is this correct assumption?

 app name is 
 ms-librari-sthttps://appengine.google.com/dashboard?app_id=ms-librari-st

 cheers

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/E6Y4ZqCgqnEJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Strange Memcache put error

2013-01-21 Thread Deepak Singh
Hi All,

I am getting a strange error as follows

com.pdstechi.hotel.server.HotelRpcServiceImpl
getRoomsXmlHotelSearchResult: Memcache put: Error setting single item
(?xml version=1.0 encoding=UTF-8
standalone=yes?AvailabilitySearchAuthorityOrgyfr/OrgUserXML/UserPasswordxml12345/PasswordCurrencyINR/CurrencyTimeout40/Timeout/AuthorityRegionId18725/RegionIdHotelStayDetailsArrivalDate2013-01-30/ArrivalDateNights1/NightsRoomGuestsAdult/Adult/Guests/Room/HotelStayDetailsDetailLevelcustom/DetailLevel/AvailabilitySearch)


The error comes when putting a data into cache.



Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Memcache writer exception

2013-01-18 Thread Deepak Singh
Got it.

How much data memcache can store ?



On Thu, Jan 17, 2013 at 1:23 AM, Ryan Chazen rya...@gmail.com wrote:

 Appstats persists the stats to memcache so that you don't use up pricey
 datastore writes on stats data. What's going on there is that the memcache
 write appears to be failing (?), and this is making it crash out.

 You are probably triggering a bug in appstats to cause this -
 ParseBlobUploadFilter implies this is an upload data request? I don't know
 enough about AppEngine internals and the SDK is closed source, so who knows.
 File an issue on the issue tracker so Google can fix it.

 Solutions:
 Turn off AppStats for production apps, use it for testing/debugging only.
 This is also good as using it for production means you have less room in
 memcache for your own objects, and the memcache is fairly small...
 or
 Exclude appstats (in web.xml) from running on that particular servlet that
 is causing the problem.


 On Wednesday, January 16, 2013 7:13:48 PM UTC+2, Deepak Singh wrote:

 Hi All,

 Most frequently i am getting following exception


1.

java.lang.NullPointerException
  at 
 com.google.appengine.tools.**appstats.MemcacheWriter.**commit(MemcacheWriter.java:**150)
  at 
 com.google.appengine.tools.**appstats.AppstatsFilter.**doFilter(AppstatsFilter.java:**151)
  at 
 org.mortbay.jetty.servlet.**ServletHandler$CachedChain.**doFilter(ServletHandler.java:**1157)
  at 
 com.google.apphosting.utils.**servlet.ParseBlobUploadFilter.**doFilter(**ParseBlobUploadFilter.java:**102)
  at 
 org.mortbay.jetty.servlet.**ServletHandler$CachedChain.**doFilter(ServletHandler.java:**1157)
  at 
 com.google.apphosting.runtime.**jetty.SaveSessionFilter.**doFilter(SaveSessionFilter.**java:35)
  at 
 org.mortbay.jetty.servlet.**ServletHandler$CachedChain.**doFilter(ServletHandler.java:**1157)
  at 
 com.google.apphosting.utils.**servlet.**TransactionCleanupFilter.**doFilter(**TransactionCleanupFilter.java:**43)
  at 
 org.mortbay.jetty.servlet.**ServletHandler$CachedChain.**doFilter(ServletHandler.java:**1157)
  at 
 org.mortbay.jetty.servlet.**ServletHandler.handle(**ServletHandler.java:388)
  at 
 org.mortbay.jetty.security.**SecurityHandler.handle(**SecurityHandler.java:216)
  at 
 org.mortbay.jetty.servlet.**SessionHandler.handle(**SessionHandler.java:182)
  at 
 org.mortbay.jetty.handler.**ContextHandler.handle(**ContextHandler.java:765)
  at 
 org.mortbay.jetty.webapp.**WebAppContext.handle(**WebAppContext.java:418)
  at 
 com.google.apphosting.runtime.**jetty.AppVersionHandlerMap.**handle(AppVersionHandlerMap.**java:266)
  at 
 org.mortbay.jetty.handler.**HandlerWrapper.handle(**HandlerWrapper.java:152)
  at org.mortbay.jetty.Server.**handle(Server.java:326)
  at 
 org.mortbay.jetty.**HttpConnection.handleRequest(**HttpConnection.java:542)
  at 
 org.mortbay.jetty.**HttpConnection$RequestHandler.**headerComplete(HttpConnection.**java:923)
  at 
 com.google.apphosting.runtime.**jetty.RpcRequestParser.**parseAvailable(**RpcRequestParser.java:76)
  at org.mortbay.jetty.**HttpConnection.handle(**HttpConnection.java:404)
  at 
 com.google.apphosting.runtime.**jetty.**JettyServletEngineAdapter.**serviceRequest(**JettyServletEngineAdapter.**java:146)
  at 
 com.google.apphosting.runtime.**JavaRuntime$RequestRunnable.**run(JavaRuntime.java:447)
  at 
 com.google.tracing.**TraceContext$**TraceContextRunnable.**runInContext(TraceContext.**java:454)
  at 
 com.google.tracing.**TraceContext$**TraceContextRunnable$1.run(**TraceContext.java:461)
  at 
 com.google.tracing.**TraceContext.runInContext(**TraceContext.java:703)
  at 
 com.google.tracing.**TraceContext$**AbstractTraceContextCallback.**runInInheritedContextNoUnref(**TraceContext.java:338)
  at 
 com.google.tracing.**TraceContext$**AbstractTraceContextCallback.**runInInheritedContext(**TraceContext.java:330)
  at 
 com.google.tracing.**TraceContext$**TraceContextRunnable.run(**TraceContext.java:458)
  at 
 com.google.apphosting.runtime.**ThreadGroupPool$PoolEntry.run(**ThreadGroupPool.java:251)
  at java.lang.Thread.run(Thread.**java:679)

2. C2013-01-16 22:39:48.155

Uncaught exception from servlet
java.lang.NullPointerException
  at 
 com.google.appengine.tools.**appstats.MemcacheWriter.**commit(MemcacheWriter.java:**150)
  at 
 com.google.appengine.tools.**appstats.AppstatsFilter.**doFilter(AppstatsFilter.java:**151)
  at 
 org.mortbay.jetty.servlet.**ServletHandler$CachedChain.**doFilter(ServletHandler.java:**1157)
  at 
 com.google.apphosting.utils.**servlet.ParseBlobUploadFilter.**doFilter(**ParseBlobUploadFilter.java:**102)
  at 
 org.mortbay.jetty.servlet.**ServletHandler$CachedChain.**doFilter(ServletHandler.java:**1157)




 what precaution i should take to avoid this error ?

 Deepak Singh

  --
 You received this message because you are subscribed to the Google Groups
 Google

[google-appengine] Memcache writer exception

2013-01-16 Thread Deepak Singh
Hi All,

Most frequently i am getting following exception


   1.

   java.lang.NullPointerException
at 
com.google.appengine.tools.appstats.MemcacheWriter.commit(MemcacheWriter.java:150)
at 
com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:151)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at 
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:266)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at 
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at 
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:146)
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
at 
com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:454)
at 
com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:461)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:703)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:338)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:330)
at 
com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:458)
at 
com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
at java.lang.Thread.run(Thread.java:679)

   2. C2013-01-16 22:39:48.155

   Uncaught exception from servlet
   java.lang.NullPointerException
at 
com.google.appengine.tools.appstats.MemcacheWriter.commit(MemcacheWriter.java:150)
at 
com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:151)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)




what precaution i should take to avoid this error ?

Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Our application is very slow and appengine.google.com is unreachable

2013-01-15 Thread Deepak Singh
I am still facing deployment issue.

com.google.appengine.tools.admin.HttpIoException: Error posting to URL:
https://appengine.google.com/api/appversion/getresourcelimits?app_id=balajiyatrafinderversion=4-0-2;
503 Service Unavailable

Try Again (503)
An unexpected failure has occurred. Please try again.

My APP ID : balajiyatrafinder

Regards
Deepak


On Tue, Jan 15, 2013 at 11:16 PM, Brandon Wirtz drak...@digerat.com wrote:

 We are still experience slow downs across our apps

 stremor-sfe 

 strremor-apier

 ** **

 seem to have the most issues.

 ** **

 *From:* google-appengine@googlegroups.com [mailto:
 google-appengine@googlegroups.com] *On Behalf Of *Christina Ilvento
 *Sent:* Tuesday, January 15, 2013 9:38 AM
 *To:* google-appengine@googlegroups.com
 *Subject:* Re: [google-appengine] Re: Our application is very slow and
 appengine.google.com is unreachable

 ** **

 Hi All,

 ** **

 We had a brief 
 issuehttp://code.google.com/status/appengine/detail/serving-java/2013/01/15#ae-trust-detail-helloworld-get-java-latencythis
  morning, which should now be resolved. Please let us know if you're
 still having problems.

 ** **

 ** **

 Thanks,

 Christina

 ** **

 On Tue, Jan 15, 2013 at 7:44 AM, pao marco.paone...@domodent.it wrote:**
 **

 appengine.google.com

 unreachable

 ** **

 error 503

 An unexpected failure has occurred. Please try again

 best,

 Marco


 Il giorno martedì 15 gennaio 2013 16:41:40 UTC+1, Nicanor Babula ha
 scritto:

 Dear Google Appengine team,

 ** **

 As of 16:30 GMT +1 our application started encountering high latencies out
 of nowhere and requests started throwing unexplicable 500 errors. Also,
 appengine.google.com is not reachable (500 http error). Please let us
 know something ASAP so we can give explanations to our customers.

 ** **

 appid: domodentweb2

 datastore: HRD

 sdk: 174-java

 ** **

 Best regards,

 Cristian Nicanor Babula

 www.domodent.it/en/

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.

 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/gRrXUV72LKQJ.


 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 ** **

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Unable to copy entity from one app to another

2012-12-02 Thread Deepak Singh
Hi,

When i try to copy one entity from my one to another,
I get error at the end.

Is there any configuration that needs to be done ?

Regards
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] GAE Java 1.7.3 cmd error

2012-11-30 Thread Deepak Singh
hi,

I have downloaded GAE Java 1.7.3. I go to bin directory and simply run any
command, i always get the

bad version number in *.class files.

I am not giving the path to any war. Simply appcfg and enter gives me the
same error always.

Any one else faced the issue before and any solution?

Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] 10000 files

2012-10-28 Thread Deepak Singh
Hi,

Can paid applications upload more than 1 files ? Total size is less
than 1 GB.

Regards
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Reliability of URLFetchService

2012-10-26 Thread Deepak Singh
Is it better to use our old HttpUrlConnection instead of URLFetch ?

On Fri, Oct 26, 2012 at 2:10 AM, Jeff Schnitzer j...@infohazard.org wrote:

 Translated:  URLFetch is rock-solid, except because it uses a shared
 IP pool it will erratically fail if you use it to fetch from almost
 any third-party service that pays attention to load.  Which really
 isn't very rock-solid at all.

 The shared IP pool is a significant problem with URLFetch, and you
 really need to be careful when using it.  The standard workaround is
 to set up your own proxy servers elsewhere on the net - a PITA but not
 optional for many services.  Here's the issue to star to hopefully get
 Google to do something about the issue:

 http://code.google.com/p/googleappengine/issues/detail?id=6644

 FWIW, I've also found that URLFetch is occasionally less than snappy.
 But there are a lot of moving parts involved so it's hard to figure
 out exactly where to lay blame.

 One thing to watch out for is that the default URLFetch timeout is
 fairly short.  I usually find it necessary to increase the timeout,
 especially with services with erratic performance (eg Facebook).

 Jeff

 On Thu, Oct 25, 2012 at 1:29 PM, Vinny P vinny...@gmail.com wrote:
  In my experience, the reliability of URLFetch is rock-solid. The problem
 is
  the external server that you're connecting to. The external server can be
  relatively fast to respond (many web APIs, such as Google's goo.glshortener
  and so forth) or relatively slow and error-prone (the Reddit API in
  particular is just absolutely terrible to access from AppEngine; since
 all
  GAE urlfetches come from the same pool of IPs, the Reddit servers
  deliberately throttle requests because they think all of the requests are
  coming from a single poorly-behaved app, not multiple apps. And no, the
  reddit api does not offer oauth or similar authentication).
 
  There's a couple of ways to mitigate this; you can use task queues to
 keep
  retrying a urlfetch, backends to continuously urlfetch and cache the
  results, find a different 3rd party service, etc.
 
  -Vinny P
 
 
  On Thursday, October 25, 2012 11:58:26 AM UTC-5, Joshua Smith wrote:
 
  I use the python version, and get a couple failures a day. The easy
 answer
  is to treat it just like mail: always use a task, so that if it fails,
 it
  will retry.
 
  On Oct 25, 2012, at 12:12 PM, Deepak Singh deepaks...@gmail.com
 wrote:
 
  Hi Alll,
 
  I want to discuss here your experience about GAE Java URLFetchService.
 
  We are using async feature of this service to retrieve data from 3rd
 party
  servers and our business mainly depends on the data received from their
  servers.
  I observe that UrlFetch fails many times with java.io exception and
 thus
  we lose our business.
 
  So i would like to know your experience about its reliability,
  DeadlineExceededException cases, ways to handle it and all.
 
  Let us know how reliable is URLFetchService(GAE Java) ?
 
  Regards
  Deepak Singh
 
  --
  You received this message because you are subscribed to the Google
 Groups
  Google App Engine group.
  To post to this group, send email to google-a...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengi...@googlegroups.com.
 
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
 
  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To view this discussion on the web visit
  https://groups.google.com/d/msg/google-appengine/-/RgAEOStwEtMJ.
 
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Reliability of URLFetchService

2012-10-26 Thread Deepak Singh
So either i use URLFetch / URLFetchAsync feature OR i make a connection
through HttpUrlConnection and getInputStream, both are same ?

I mean behind the scene, they are working as same object.
So when URLFetch fails, it means HttpUrlConnection also fails ?

Regards
Deepak

On Sat, Oct 27, 2012 at 12:41 AM, Jeff Schnitzer j...@infohazard.orgwrote:

 They are one and the same.  HttpUrlConnection uses the urlfetch service.

 Jeff

 On Fri, Oct 26, 2012 at 3:09 PM, Deepak Singh deepaksingh...@gmail.com
 wrote:
  Is it better to use our old HttpUrlConnection instead of URLFetch ?
 
 
  On Fri, Oct 26, 2012 at 2:10 AM, Jeff Schnitzer j...@infohazard.org
 wrote:
 
  Translated:  URLFetch is rock-solid, except because it uses a shared
  IP pool it will erratically fail if you use it to fetch from almost
  any third-party service that pays attention to load.  Which really
  isn't very rock-solid at all.
 
  The shared IP pool is a significant problem with URLFetch, and you
  really need to be careful when using it.  The standard workaround is
  to set up your own proxy servers elsewhere on the net - a PITA but not
  optional for many services.  Here's the issue to star to hopefully get
  Google to do something about the issue:
 
  http://code.google.com/p/googleappengine/issues/detail?id=6644
 
  FWIW, I've also found that URLFetch is occasionally less than snappy.
  But there are a lot of moving parts involved so it's hard to figure
  out exactly where to lay blame.
 
  One thing to watch out for is that the default URLFetch timeout is
  fairly short.  I usually find it necessary to increase the timeout,
  especially with services with erratic performance (eg Facebook).
 
  Jeff
 
  On Thu, Oct 25, 2012 at 1:29 PM, Vinny P vinny...@gmail.com wrote:
   In my experience, the reliability of URLFetch is rock-solid. The
 problem
   is
   the external server that you're connecting to. The external server can
   be
   relatively fast to respond (many web APIs, such as Google's goo.gl
   shortener
   and so forth) or relatively slow and error-prone (the Reddit API in
   particular is just absolutely terrible to access from AppEngine; since
   all
   GAE urlfetches come from the same pool of IPs, the Reddit servers
   deliberately throttle requests because they think all of the requests
   are
   coming from a single poorly-behaved app, not multiple apps. And no,
 the
   reddit api does not offer oauth or similar authentication).
  
   There's a couple of ways to mitigate this; you can use task queues to
   keep
   retrying a urlfetch, backends to continuously urlfetch and cache the
   results, find a different 3rd party service, etc.
  
   -Vinny P
  
  
   On Thursday, October 25, 2012 11:58:26 AM UTC-5, Joshua Smith wrote:
  
   I use the python version, and get a couple failures a day. The easy
   answer
   is to treat it just like mail: always use a task, so that if it
 fails,
   it
   will retry.
  
   On Oct 25, 2012, at 12:12 PM, Deepak Singh deepaks...@gmail.com
   wrote:
  
   Hi Alll,
  
   I want to discuss here your experience about GAE Java
 URLFetchService.
  
   We are using async feature of this service to retrieve data from 3rd
   party
   servers and our business mainly depends on the data received from
 their
   servers.
   I observe that UrlFetch fails many times with java.io exception and
   thus
   we lose our business.
  
   So i would like to know your experience about its reliability,
   DeadlineExceededException cases, ways to handle it and all.
  
   Let us know how reliable is URLFetchService(GAE Java) ?
  
   Regards
   Deepak Singh
  
   --
   You received this message because you are subscribed to the Google
   Groups
   Google App Engine group.
   To post to this group, send email to google-a...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengi...@googlegroups.com.
  
   For more options, visit this group at
   http://groups.google.com/group/google-appengine?hl=en.
  
  
   --
   You received this message because you are subscribed to the Google
   Groups
   Google App Engine group.
   To view this discussion on the web visit
   https://groups.google.com/d/msg/google-appengine/-/RgAEOStwEtMJ.
  
   To post to this group, send email to
 google-appengine@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.com.
   For more options, visit this group at
   http://groups.google.com/group/google-appengine?hl=en.
 
  --
  You received this message because you are subscribed to the Google
 Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
 
 
 
  --
  Deepak Singh
 
  --
  You received this message because you are subscribed to the Google Groups
  Google

[google-appengine] Reliability of URLFetchService

2012-10-25 Thread Deepak Singh
Hi Alll,

I want to discuss here your experience about GAE Java URLFetchService.

We are using async feature of this service to retrieve data from 3rd party
servers and our business mainly depends on the data received from their
servers.
I observe that UrlFetch fails many times with java.io exception and thus we
lose our business.

So i would like to know your experience about its reliability,
DeadlineExceededException cases, ways to handle it and all.

Let us know how reliable is URLFetchService(GAE Java) ?

Regards
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Reliability of URLFetchService

2012-10-25 Thread Deepak Singh
No. I can not go for task as it is not for backend. I need to return result
with request.

So will it be better to use our old HttpurlConnection with threadManager ?

What you say guys..

On Thu, Oct 25, 2012 at 10:27 PM, Joshua Smith joshuaesm...@charter.netwrote:

 I use the python version, and get a couple failures a day. The easy answer
 is to treat it just like mail: always use a task, so that if it fails, it
 will retry.

 On Oct 25, 2012, at 12:12 PM, Deepak Singh deepaksingh...@gmail.com
 wrote:

 Hi Alll,

 I want to discuss here your experience about GAE Java URLFetchService.

 We are using async feature of this service to retrieve data from 3rd party
 servers and our business mainly depends on the data received from their
 servers.
 I observe that UrlFetch fails many times with java.io exception and thus
 we lose our business.

 So i would like to know your experience about its reliability,
 DeadlineExceededException cases, ways to handle it and all.

 Let us know how reliable is URLFetchService(GAE Java) ?

 Regards
 Deepak Singh

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Using ThreadManager

2012-10-20 Thread Deepak Singh
Any response 

On Fri, Oct 19, 2012 at 8:38 PM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi,

 I have a situation like mentioned below:

 I am building an app GWT + GAE for online hotel booking.

 I make an ajax call to my server.
 My server has to hit 3 web services running on different-different
 servers. Each of them takes few seconds to return the response.
 If i hit them one-by-one, it takes a lot of time to gather all results,
 merge them and process ahead.
 So i am planning to handle them by using threads as announced in GAE
 1.7.2.

 Is this a right decision or there anything else which i can do ?

 If Yes, then how will session will come into picture here and what else do
 i need to do to handle session with thread ?


 Thanks
 Deepak




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Using ThreadManager

2012-10-19 Thread Deepak Singh
Hi,

I have a situation like mentioned below:

I am building an app GWT + GAE for online hotel booking.

I make an ajax call to my server.
My server has to hit 3 web services running on different-different servers.
Each of them takes few seconds to return the response.
If i hit them one-by-one, it takes a lot of time to gather all results,
merge them and process ahead.
So i am planning to handle them by using threads as announced in GAE 1.7.2.

Is this a right decision or there anything else which i can do ?

If Yes, then how will session will come into picture here and what else do
i need to do to handle session with thread ?


Thanks
Deepak

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Creating a Million dollar application

2012-10-10 Thread Deepak Singh
Let me know If i can be suitable to you.

Regards
Deepak

On Thu, Oct 11, 2012 at 12:04 AM, Big Project alexrcoo...@hotmail.co.ukwrote:

 I have a really brilliant idea for a mobile application and I am looking
 for a few developers to help me create it

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/fr4_AeTKMwAJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Fwd: [Action Required] Update your domain's CNAME record

2012-10-09 Thread Deepak Singh
Hi,

Through App engine, we enable / disable page-speed-service. Once we change
the CNAME record and after that we disable page-speed, so will it continue
to work the same way ?

Regards
Deepak


-- Forwarded message --
From: Mona Vajolahi mo...@google.com
Date: Wed, Oct 10, 2012 at 5:27 AM
Subject: [Action Required] Update your domain's CNAME record
To: page-speed-service-disc...@googlegroups.com


*Dear Webmasters,

Thank you for using Google’s PageSpeed Service.

We recently made improvements in the way PageSpeed Service interacts with
Google web crawler. To avail these benefits, we request you to make the
following DNS changes at your earliest convenience.


   - Login to your DNS provider.
   - If the CNAME record of your domain currently points to ghs.google.comor
   ghs.googlehosted.com, please change it to point to
   pagespeed.googlehosted.com instead. More details can be found at:
   https://developers.google.com/speed/docs/pss/setup#cname


With these changes your site will continue to work as before, and without
any disruptions when you make this change. If you have any questions, or
need further assistance, please don’t hesitate to contact us at
pss-supp...@google.com.

Regards,
PageSpeed Service Team*



-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Deepak Singh
)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at 
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at 
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at 
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
at 
com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
at 
com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:458)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:698)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
at 
com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
at 
com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
at java.lang.Thread.run(Thread.java:679)




Thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] What is all about this error

2012-09-06 Thread Deepak Singh
Thanks Shilendra for useful links.

But my exception is securityException, about XSRF attack.

java.lang.SecurityException: Blocked request without GWT permutation
header (XSRF attack?)

I think its not about serialisation or out of memory error.

Thanks

Deepak



On Thu, Sep 6, 2012 at 6:47 AM, Shilendra Sharma shilendra...@gmail.comwrote:

 Hi Deepak

 this link also


 https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/NAHy6gl1OTQ


 https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-java/cDtSdosQwEk


 https://groups.google.com/forum/#!msg/google-web-toolkit/r_gmai1f9cU/nJLhK0Ns1QoJ

 Regards  Thanks
 Shilendra Sharma
 +919891343808
 shilendra...@gmail.com



 On Thu, Sep 6, 2012 at 6:44 AM, Shilendra Sharma 
 shilendra...@gmail.comwrote:

 Hi Deepak

 See this may be helpful for you


 http://stackoverflow.com/questions/6556600/exception-while-dispatching-incoming-rpc-call-gwt


 Shilendra



 On Thu, Sep 6, 2012 at 5:05 AM, Deepak Singh deepaksingh...@gmail.comwrote:


 I have a java based app which is running on app engine. From end is GWT
 based.

 Some of the logs are following error. I am not able to understand it.


1. 2012-09-05 20:01:52.845

javax.servlet.ServletContext log: Exception while dispatching incoming 
 RPC call
java.lang.SecurityException: Blocked request without GWT permutation 
 header (XSRF attack?)
 at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.checkPermutationStrongName(RemoteServiceServlet.java:272)
 at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:203)
 at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
 at 
 com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at 
 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
 at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
 at 
 com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:141)
 at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
 at 
 com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
 at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
 at 
 com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
 at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
 at 
 com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
 at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
 at 
 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
 at 
 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
 at 
 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
 at 
 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
 at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
 at 
 com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
 at 
 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
 at org.mortbay.jetty.Server.handle(Server.java:326)
 at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
 at 
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
 at 
 com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
 at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
 at 
 com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
 at 
 com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
 at 
 com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
 at 
 com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:458)
 at com.google.tracing.TraceContext.runInContext(TraceContext.java:698)
 at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
 at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
 at 
 com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
 at 
 com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
 at java.lang.Thread.run(Thread.java:679)

2. I2012-09-05 20:01:52.848

[google-appengine] What is all about this error

2012-09-05 Thread Deepak Singh
I have a java based app which is running on app engine. From end is GWT
based.

Some of the logs are following error. I am not able to understand it.


   1. 2012-09-05 20:01:52.845

   javax.servlet.ServletContext log: Exception while dispatching
incoming RPC call
   java.lang.SecurityException: Blocked request without GWT
permutation header (XSRF attack?)
at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.checkPermutationStrongName(RemoteServiceServlet.java:272)
at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:203)
at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
at 
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at 
com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:141)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at 
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at 
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at 
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
at 
com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
at 
com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:458)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:698)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
at 
com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
at 
com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
at java.lang.Thread.run(Thread.java:679)

   2. I2012-09-05 20:01:52.848

   com.google.appengine.tools.appstats.AppstatsFilter doFilter:
Appstats available: /appstats/details?time=1346855512845


   Can some one let me know what about this error?




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Current client location

2012-09-04 Thread Deepak Singh
Hi,

Is it possible to get to know the client location (city, country) of any
RPC call made to the server?

I mean to say that any request header that app-engine is using to identify
the browser location?

Thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Admin console does not have PageSpeed enable/disable button

2012-08-25 Thread Deepak Singh
Hi,

My admin console does not have enable/disable button for pagespeed. Could
you please look into it and make it available.

App id's:

yatrafinderdevenv

balajiyatrafinder

Thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] how can I do a GAE project without .appspot.com

2012-08-07 Thread Deepak Singh
Thats not possible because all appengine applications are served through
app-id.appspot.com

Regards
Deepak

On Tue, Aug 7, 2012 at 11:15 AM, Shilendra Sharma shilendra...@gmail.comwrote:


 Hi.. All

 how can I do a gae project without .appspot.com. bcoz till now I am using
 this with appspot.com but when I search this by any search engine like
 google it not found it need the full url for this application

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/_7Mf1aYzdvsJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Deepak Singh
Hi Takashi,

How can we increase the deadline in case of SOAP client ?

Thanks
Deepak

On Wed, Jul 25, 2012 at 7:50 PM, Thiago Catoto tcat...@gmail.com wrote:

 Thanks Takashi!

 And sorry about the wrong info Emanuele...

 On Wed, Jul 25, 2012 at 11:01 AM, Takashi Matsuo tmat...@google.comwrote:


 For clarification, it used to be 10 secs, but now the maximum deadline of
 the urlfetch is 60 seconds for online requests, 600 seconds for offline
 requests(taskqueue and cron).

 -- Takashi


 On Wed, Jul 25, 2012 at 10:36 PM, Thiago Catoto tcat...@gmail.comwrote:

 Hi,

 I'm pretty sure Appengine has the limit of 10s for UrlFetch (
 https://developers.google.com/appengine/docs/java/urlfetch/overview).

 You may need to change the request to Task Queue if you have the need of
 longer requests, but it would get more complicated to handling the response
 to the SOAP caller.

 Hope it helps.

 Best regards,
 Thiago Catoto.


 On Tue, Jul 24, 2012 at 10:13 PM, Emanuele Ziglioli 
 theb...@emanueleziglioli.it wrote:

 It times out for me at times on the local server. Haven't found a way
 to increase the socket timeout. Have tried:
 System.setProperty(sun.net.client.defaultConnectTimeout, 1);
 System.setProperty(sun.net.client.defaultReadTimeout, 1);

 It makes no difference. Then have tried:
((BindingProvider)
 port).getRequestContext().put(BindingProviderProperties.REQUEST_TIMEOUT,
 30);

 but it says BindingProviderProperties is not supported by Google App
 Engine's Java runtime environment.
 But at least when testing locally, it works most of the time.

 Instead, on GAE servers, it fails. Have tried catching any exception
 but can't even do that.
 The call that fails is:

 new javax.xml.ws.Service(java.net.URL wsdlDocumentLocation, QName
 serviceName)



 On Thursday, 21 June 2012 21:49:28 UTC+12, Michel Jonker wrote:

 Yes I have the same issue, I cannot find a way to increase the connect
 timeout through JAX-WS that is allowed by Google...

 On Friday, June 1, 2012 11:32:20 AM UTC+2, Deepak Singh wrote:

 Hi Aljaz,

 I am still facing the same problem and app is running with problem.

 Let us do something out of the box so that google puts an attention
 over the issue.

 Thanks
 Deepak

 On Fri, Jun 1, 2012 at 2:35 PM, Aljaz Delakorda 
 delako...@gmail.comwrote:

 Hi Deepak,

 Sorry to contact you in this way, but the Issue where you were
 discussing has been marked as obsolete.

 I am having exact same Problem as you described here:
 http://code.google.com/p/**googleappengine/issues/detail?**
 id=5927#c5http://code.google.com/p/googleappengine/issues/detail?id=5927#c5

 I am calling a soap service (via jax-ws) which uses UrlFetch
 internally. I become very often a SocketTimeotException while fetching 
 the
 response... Did you find a way how to increase this Timeout? How did you
 solve the problem? I cannot find any solutions on the web...

 I hope you can take a second to help me out.

 Thank you for your time,
 Best regards,
 Aljaz Delakorda




 --
 Deepak Singh

  --
 You received this message because you are subscribed to the Google
 Groups Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/DbLPCLSYVGoJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 Takashi Matsuo

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http

Re: [google-appengine] Re: javax.xml.ws.WebServiceException

2012-06-28 Thread Deepak Singh
No. The problem is not solved yet.

On Wed, Jun 27, 2012 at 9:42 AM, bob b...@brightorange.net wrote:

 I know this is many months later, but wondering too if you had solved this.

 Thanks,
 Bob

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/LesxsQXTJyMJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: symbolMap files and packaging gwt project

2012-06-27 Thread Deepak Singh
Hi,

But when we deploy app to appengiene through eclipse, it compiles the app
and sets the deploy folder in war location.
Here i did not find any option to set -deploy outside war while deploying
through eclipse.

It consumes the project size on app engiene.

Any idea...


On Thu, Jun 21, 2012 at 8:26 PM, Deepak Singh deepaksingh...@gmail.comwrote:

 Yes, we can set -deploy outside the war while compiling.

 But when we deploy app to appengiene through eclipse, it compiles the app
 and sets the deploy folder in war location.
 Here i did not find any option to set -deploy outside war while deploying
 through eclipse.

 Can you pls guide on this?


 On Thu, Jun 21, 2012 at 6:42 PM, Ali Thabet thabet.al...@gmail.comwrote:

 Thak you for your Response Thomas.
 Finally, i decided to keep these files. I took a look to the beautifull
 interface GWT.UncaughtExceptionHandler witch is used to catch exceptions
 at the top level jest before they escape to the browser, i have seen also
 the GWT Developer's Guide - Logging and the class StackTraceDeobfuscator.
 It seems eazy to send log messages to the server and have understandable
 stack traces from client, so why not! :)

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




 --
 Deepak Singh




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Page Speed service

2012-06-23 Thread Deepak Singh
Any help !!!

On Wed, Jun 20, 2012 at 9:56 PM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi All,

 I have an application on GAE Java and i want to use Page speed service for
 this application. Can you pls provide me some guidelines as how to
 integrate this with app.

 Any learning link for this would be useful.

 Thanks
 Deepak Singh




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Page Speed service

2012-06-23 Thread Deepak Singh
Hi Barry,

Yes i have applied it and it is enabled on my admin console. But i need to
ask, what else i will have to do on my development side to
include / use PSS for my app?

I mean to ask any configuration file / any changes to html etc is required ?

Thanks
Deepak

On Sat, Jun 23, 2012 at 7:54 PM, Barry Hunter barrybhun...@gmail.comwrote:

 Your question is so vague as to be almost unanswerable. It lacks any
 evidence of even thought on your part.

 You didnt even say if your applied for PSS. Is it enabled on your account?
 What sort of integration do you want.

 Specifics!


 On Sat, Jun 23, 2012 at 10:06 AM, Deepak Singh 
 deepaksingh...@gmail.comwrote:

 Any help !!!


 On Wed, Jun 20, 2012 at 9:56 PM, Deepak Singh 
 deepaksingh...@gmail.comwrote:

 Hi All,

 I have an application on GAE Java and i want to use Page speed service
 for this application. Can you pls provide me some guidelines as how to
 integrate this with app.

 Any learning link for this would be useful.

 Thanks
 Deepak Singh




 --
 Deepak Singh

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Page Speed service

2012-06-20 Thread Deepak Singh
Hi All,

I have an application on GAE Java and i want to use Page speed service for
this application. Can you pls provide me some guidelines as how to
integrate this with app.

Any learning link for this would be useful.

Thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-06-01 Thread Deepak Singh
Hi Aljaz,

I am still facing the same problem and app is running with problem.

Let us do something out of the box so that google puts an attention over
the issue.

Thanks
Deepak

On Fri, Jun 1, 2012 at 2:35 PM, Aljaz Delakorda delako...@gmail.com wrote:

 Hi Deepak,

 Sorry to contact you in this way, but the Issue where you were discussing
 has been marked as obsolete.

 I am having exact same Problem as you described here:
 http://code.google.com/p/googleappengine/issues/detail?id=5927#c5

 I am calling a soap service (via jax-ws) which uses UrlFetch internally. I
 become very often a SocketTimeotException while fetching the response...
 Did you find a way how to increase this Timeout? How did you solve the
 problem? I cannot find any solutions on the web...

 I hope you can take a second to help me out.

 Thank you for your time,
 Best regards,
 Aljaz Delakorda




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: java.io.InvalidClassException: com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile

2012-05-20 Thread Deepak Singh
Still not resolved.



On Sat, May 19, 2012 at 12:15 AM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi,

 I just upgraded from GAEJ1.6.1 to GAEJ1.6.5 and while running in
 development mode, got the following exception

 java.io.InvalidClassException:
 com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile; local
 class incompatible: stream

 Did anyone encounter this issue?

 Thanks
 Deepak Singh




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] java.io.InvalidClassException: com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile

2012-05-18 Thread Deepak Singh
Hi,

I just upgraded from GAEJ1.6.1 to GAEJ1.6.5 and while running in
development mode, got the following exception

java.io.InvalidClassException:
com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile; local
class incompatible: stream

Did anyone encounter this issue?

Thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: UserService gets back to google.com rather than the application url

2012-04-28 Thread Deepak Singh
Still stuck with the issue...

On Fri, Apr 27, 2012 at 10:04 PM, Deepak Singh deepaksingh...@gmail.comwrote:


 Hi,
 GWT + GAE 1.6.3 project

 I am using UserService as follows

 UserService userService = UserServiceFactory.getUserService();
 User user = userService.getCurrentUser();
 if(user !=null || userService.isUserLoggedIn()) {
 return user.getEmail();
 }else if(user == null || !userService.isUserLoggedIn()) {
 return userService.createLoginURL(userService.createLoginURL(
 http://www.yatrafinder.com;));
  }

 It works fine in development mode but in production,

 after user login it redirects the application to google.com instead of
 redirecting to the given url - http://www.yatrafinder.com

 Can someone tell me why it is happening like this ?

 Thanks
 Deepak Singh




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] UserService gets back to google.com rather than the application url

2012-04-27 Thread Deepak Singh
Hi,
GWT + GAE 1.6.3 project

I am using UserService as follows

UserService userService = UserServiceFactory.getUserService();
User user = userService.getCurrentUser();
if(user !=null || userService.isUserLoggedIn()) {
return user.getEmail();
}else if(user == null || !userService.isUserLoggedIn()) {
return userService.createLoginURL(userService.createLoginURL(
http://www.yatrafinder.com;));
}

It works fine in development mode but in production,

after user login it redirects the application to google.com instead of
redirecting to the given url - http://www.yatrafinder.com

Can someone tell me why it is happening like this ?

Thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Task size too large

2012-04-27 Thread Deepak Singh
But my objective to use the task is only to insert the file in datastore.
its an uploaded file by user.

I want to put this operation in task to just make the instance free and
insertion should happen in background.

On Fri, Apr 27, 2012 at 5:49 PM, Dale Humby d...@nomanini.com wrote:

 Passing the contents of a file around within a task is not really correct.
 Rather store the file in the blobstore (or the datastore) first and then
 pass a reference to the location of the file as a parameter to the task.





 On Thursday, April 26, 2012 11:37:06 PM UTC+2, Deepak Singh wrote:

 Hi,

 I have a deferred task and am doing database insertion in task queue
 defined as below,

  queue
 namedbinsert/name
 rate20/s/rate
 bucket-size100/bucket-size
 max-concurrent-requests10/**max-concurrent-requests
 retry-parameters
   task-retry-limit7/task-**retry-limit
 /retry-parameters
   /queue


 Since i am uploading files in task, most often i get the exception Task
 size too large.

 What can i do to avoid this ?



 thanks
 Deepak Singh

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/bP6mraNokV0J.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Task size too large

2012-04-27 Thread Deepak Singh
Thanks Jeff.
yes i am in learning stage now.
Will it be better to use the url based task options instead of DeferredTask
for this scenario ?

On Sat, Apr 28, 2012 at 12:40 AM, Jeff Schnitzer j...@infohazard.orgwrote:

 You cannot.  You could stash the data in memcache, but at the risk the
 data will disappear before your task executes.

 This sounds like premature optimization.  You're still in the learning
 stage.  Start by writing the simplest program that could possibly
 work, then figure out how to optimize it later.

 Jeff

 On Fri, Apr 27, 2012 at 2:46 PM, Deepak Singh deepaksingh...@gmail.com
 wrote:
  But my objective to use the task is only to insert the file in datastore.
  its an uploaded file by user.
 
  I want to put this operation in task to just make the instance free and
  insertion should happen in background.
 
 
  On Fri, Apr 27, 2012 at 5:49 PM, Dale Humby d...@nomanini.com wrote:
 
  Passing the contents of a file around within a task is not really
 correct.
  Rather store the file in the blobstore (or the datastore) first and then
  pass a reference to the location of the file as a parameter to the task.
 
 
 
 
 
  On Thursday, April 26, 2012 11:37:06 PM UTC+2, Deepak Singh wrote:
 
  Hi,
 
  I have a deferred task and am doing database insertion in task queue
  defined as below,
 
   queue
  namedbinsert/name
  rate20/s/rate
  bucket-size100/bucket-size
  max-concurrent-requests10/max-concurrent-requests
  retry-parameters
task-retry-limit7/task-retry-limit
  /retry-parameters
/queue
 
 
  Since i am uploading files in task, most often i get the exception
 Task
  size too large.
 
  What can i do to avoid this ?
 
 
 
  thanks
  Deepak Singh
 
  --
  You received this message because you are subscribed to the Google
 Groups
  Google App Engine group.
  To view this discussion on the web visit
  https://groups.google.com/d/msg/google-appengine/-/bP6mraNokV0J.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
 
 
 
  --
  Deepak Singh
 
  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Task size too large

2012-04-27 Thread Deepak Singh
So Will that not consume more instance hours ?

On Sat, Apr 28, 2012 at 1:11 AM, Jeff Schnitzer j...@infohazard.org wrote:

 It's best to just write your data directly to the datastore.

 Jeff

 On Fri, Apr 27, 2012 at 3:24 PM, Deepak Singh deepaksingh...@gmail.com
 wrote:
  Thanks Jeff.
  yes i am in learning stage now.
  Will it be better to use the url based task options instead of
 DeferredTask
  for this scenario ?
 
 
  On Sat, Apr 28, 2012 at 12:40 AM, Jeff Schnitzer j...@infohazard.org
  wrote:
 
  You cannot.  You could stash the data in memcache, but at the risk the
  data will disappear before your task executes.
 
  This sounds like premature optimization.  You're still in the learning
  stage.  Start by writing the simplest program that could possibly
  work, then figure out how to optimize it later.
 
  Jeff
 
  On Fri, Apr 27, 2012 at 2:46 PM, Deepak Singh deepaksingh...@gmail.com
 
  wrote:
   But my objective to use the task is only to insert the file in
   datastore.
   its an uploaded file by user.
  
   I want to put this operation in task to just make the instance free
 and
   insertion should happen in background.
  
  
   On Fri, Apr 27, 2012 at 5:49 PM, Dale Humby d...@nomanini.com
 wrote:
  
   Passing the contents of a file around within a task is not really
   correct.
   Rather store the file in the blobstore (or the datastore) first and
   then
   pass a reference to the location of the file as a parameter to the
   task.
  
  
  
  
  
   On Thursday, April 26, 2012 11:37:06 PM UTC+2, Deepak Singh wrote:
  
   Hi,
  
   I have a deferred task and am doing database insertion in task queue
   defined as below,
  
queue
   namedbinsert/name
   rate20/s/rate
   bucket-size100/bucket-size
   max-concurrent-requests10/max-concurrent-requests
   retry-parameters
 task-retry-limit7/task-retry-limit
   /retry-parameters
 /queue
  
  
   Since i am uploading files in task, most often i get the exception
   Task
   size too large.
  
   What can i do to avoid this ?
  
  
  
   thanks
   Deepak Singh
  
   --
   You received this message because you are subscribed to the Google
   Groups
   Google App Engine group.
   To view this discussion on the web visit
   https://groups.google.com/d/msg/google-appengine/-/bP6mraNokV0J.
   To post to this group, send email to
 google-appengine@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.com.
   For more options, visit this group at
   http://groups.google.com/group/google-appengine?hl=en.
  
  
  
  
   --
   Deepak Singh
  
   --
   You received this message because you are subscribed to the Google
   Groups
   Google App Engine group.
   To post to this group, send email to
 google-appengine@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.com.
   For more options, visit this group at
   http://groups.google.com/group/google-appengine?hl=en.
 
  --
  You received this message because you are subscribed to the Google
 Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
 
 
 
  --
  Deepak Singh
 
  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Task size too large

2012-04-26 Thread Deepak Singh
Hi,

I have a deferred task and am doing database insertion in task queue
defined as below,

 queue
namedbinsert/name
rate20/s/rate
bucket-size100/bucket-size
max-concurrent-requests10/max-concurrent-requests
retry-parameters
  task-retry-limit7/task-retry-limit
/retry-parameters
  /queue


Since i am uploading files in task, most often i get the exception Task
size too large.

What can i do to avoid this ?



thanks
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



  1   2   >