[google-appengine] Re: Problems with deploy on EU application from 4 hours ago

2018-03-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine


There is a great likelihood that your application may use some resources, 
subject to quotas. I recommend that you check to see if your are in quota 
.

- Note that Google Groups is reserved for general product discussions and 
not for reporting issues. Public Issue Tracker 
 is for reporting 
Google Cloud Platform-end issues and feature requests. So, I recommend that 
you send your report to the support team of the respective product.

-- 
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/086d53c4-231f-43a7-be99-ae0291df3331%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Java 9 Support in App Engine?

2018-03-20 Thread Matt Senter
Ain't that always the way? ;) 

On Tuesday, March 20, 2018 at 10:29:20 AM UTC-4, Andreas Hartmann wrote:
>
> Thanks, also with Java 10 being released today and support for 9 ending, 
> this should really be about 10 now.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d4f22ee2-ccae-41fd-b303-53dcb49b380c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: AppEngine-Go Flex big difference in dashboard and logged request latency

2018-03-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
The 95th percentile and 99th percentile values in the dashboard tell you 
the point at which 95% and 99% of your traffic is experiencing latency 
while in the logs you see the latency for each request.

-- 
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/dba537ba-7e36-49f1-ada9-42b203e2e0f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-03-20 Thread Nikolaus Banjo
Thank you, i look forward to hearing back from them.

On Tuesday, 20 March 2018 15:13:49 UTC, Fady (Google Cloud Platform) wrote:
>
> Hello Nikolaus, 
>
> For the time being , you do not have the option to disable 3DES yourself. 
> However, I created a private issue tracker (sent privately) to investigate 
> the possibility if the backline team can disable it for your custom domain.
>
> Meanwhile, if your goal is to create a Payment Card Industry Data Security 
> Standard (PCI DSS) compliant environment,  you may check this document 
>  for best practices.
>
>

-- 
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/b7467d5a-a4c7-499b-b69a-115cb1faf2f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Websocket support for Golang?

2018-03-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As per the documentation the Go standard environment 
 supports 
outbound sockets only. There is an early access form 

 
for full websockets in App Engine. All further communications about 
Websockets on App Engine will occur in the Public Issue Tracker report 
. 

-- 
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/d346a732-5d68-4822-9090-2a58b11e5401%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 500 error during deployment

2018-03-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The new GCloud SDK is the preferred method 
of deploying over appcfg 
,
 
specifically the GCloud SDK based Maven 
 
or Gradle 
 
plugins for Java (not the older App Engine based plugins). You can see an 
example of how to deploy with the Maven GCloud SDK-based plugin 
in
 
the documentation using 'mvn appengine:deploy'.

- Note that Google Groups is reserved for general product discussions and 
not for reporting issues. If you still see issues after using the new 
deployment tool it is recommended to open a report in the Public Issue 
Tracker  to notify 
the engineering 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/04d30a8d-5bff-41e6-a50b-1da8a1fb83d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Shutdown hook for Node JS flex env?

2018-03-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As per the documentation 

 
App Engine sends a SIGTERM signal to your application container running 
within the instance to notify your application that it is about to be 
shutdown.  

You can read from the stdin in Node.js 
to run a 
function once the signal is received. Normally you should have 30 seconds 
to receive the signal and complete the function, but this is not guaranteed 
and may be cut short due to unforeseen network and/or resource issues as 
explained in the documentation. 

- Note that Google Groups is for general product discussions. For technical 
support in setting up the shutdown hook it is recommended post your 
detailed questions to Stack 
Overflow using the 
supported Cloud tags. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7bf94804-0d10-4f4a-b7d1-91d23df62c8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Guy, 

You may consider availing yourself of the support opportunities offered; 
there is more than one support package, and you may choose according to 
your needs. In the developers' console, you can reach the support overview 
page by clicking on the support link offered in the drop-down left-hand 
frame and choose "support" and then "overview". 

As things are now, no team viewer type intervention is offered, but you may 
chat with a support person via Google Hangouts. 

-- 
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/c5eaf0cb-8359-4f57-abe2-0525da57baf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Problems with deploy on EU application from 4 hours ago

2018-03-20 Thread Alexandru Farcaş
Hi,

The issue started around 1 pm UTC!
My application is hosted on: *Region: europe-west2*
I had the same issue also on another application that is hosted on *Region: 
us-central, *but around 2 hours ago it was fixed.

The error that I received is this one:
java.lang.RuntimeException: Fatal problem encountered during deployment. 
Please refer to the logs for more information.
Unable to update app: Fatal problem encountered during deployment. Please 
refer to the logs for more information.
Please see the logs [/tmp/appcfg686702965770461882.log] for further 
information.

Here is a part of the error from the file (also in the attachment)

com.google.appengine.tools.admin.AdminException: Unable to update app: 
Fatal problem encountered during deployment. Please refer to the logs for 
more information.
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:577)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
at 
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1570)
at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:372)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:227)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:126)
Caused by: java.lang.RuntimeException: Fatal problem encountered during 
deployment. Please refer to the logs for more information.
at 
com.google.appengine.tools.admin.AppVersionUpload.isServing(AppVersionUpload.java:1071)
at 
com.google.appengine.tools.admin.AppVersionUpload.access$200(AppVersionUpload.java:45)

Now everything is OK with the deploys on us-central, but for the ones on 
europe-west2 I receive error every time! (after around 10 minutes of 
verifications)


-- 
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/14b8b323-1317-4627-97cc-0b46a3cc74c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unable to update:
java.lang.RuntimeException: Fatal problem encountered during deployment. Please 
refer to the logs for more information.
at 
com.google.appengine.tools.admin.AppVersionUpload.isServing(AppVersionUpload.java:1071)
at 
com.google.appengine.tools.admin.AppVersionUpload.access$200(AppVersionUpload.java:45)
at 
com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:904)
at 
com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:901)
at 
com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1208)
at 
com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1205)
at 
com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoffOptional(AppVersionUpload.java:1233)
at 
com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoff(AppVersionUpload.java:1203)
at 
com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:901)
at 
com.google.appengine.tools.admin.AppVersionUpload.uploadFilesTransaction(AppVersionUpload.java:228)
at 
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:199)
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:571)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
at 
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1570)
at 
com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:372)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:227)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:126)
com.google.appengine.tools.admin.AdminException: Unable to update app: Fatal 
problem encountered during deployment. Please refer to the logs for more 
information.
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:577)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
at 
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1570)
at 
com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:372)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:227)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:126)
Caused by: java.lang.RuntimeException: Fatal problem encountered during 
dep

[google-appengine] Re: 500 error during deployment

2018-03-20 Thread Michał Z
I'm working together with Mateusz Motel on this issue. I would like to add 
a few informations.
We have added flag --verbose  to the appcfg.py command and script is 
returning 

2018-03-20 16:35:45,516 INFO appengine_rpc_httplib2.py:303 Too many retries 
for url https://appengine.google.com/api/appversion/deploy?app_id=
2018-03-20 16:35:45,516 INFO appcfg.py:2554 HTTP Error (HTTP Error 500: 
Internal Server Error)


The problem occures only with one specific account what we used for 
deployment.



On Tuesday, March 20, 2018 at 2:01:37 PM UTC+1, Mateusz Motel wrote:
>
> I'm deploying applications using Jenkins, Ant and appcfg.py script. Since 
> yesterday morning I have troubles with that. At random moments deployment 
> crashes and returns 500 error with message:
>
>  [exec] Error 500: --- begin server output ---
>  [exec] Server ErrorA server error has occurred.
>
>
>
> It crashed at one of our applications, then successfully deployed few 
> applications and crashed again. Today we are not able to deploy any of our 
> applications.
>
>
> Is everything ok with the platform? It's not the first time we experience 
> this but it never last more than a day.
>
>
> Full log from deployment:
>
>  [echo] Updating module app.yaml...
>
>  [exec] 
>  [exec] Note: the --oauth2 flag is now the default and can be omitted.
>  [exec] 
>
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/less/style.less.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/fonts/FontAwesome.otf.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/fonts/fontawesome-webfont.eot.  
> Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/fonts/glyphicons-halflings-regular.eot.
>   Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework/fonts/glyphicons-halflings-regular.eot. 
>  Using application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/icplayer/libs/skins/lightgray/fonts/icomoon.eot.  
> Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/icplayer/libs/skins/lightgray/fonts/readme.md.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/icplayer/libs/langs/readme.md.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/frontend/.gitignore.  Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/frontend/README.md.  Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/frontend/dist/libraries/Reflect.js.map.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/fonts/FontAwesome.otf.  Using application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/apidoc/vendor/path-to-regexp/LICENSE.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/apidoc/fonts/glyphicons-halflings-regular.eot.  Using 
> application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/frontend/README.md.  Using application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/fonts/FontAwesome.otf.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/frontend/dist/libraries/Reflect.js.map.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/apidoc/vendor/path-to-regexp/LICENSE.  Using 
> application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/less/style.less.  Using 
> application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/icplayer/libs/skins/lightgray/fonts/icomoon.eot.  
> Using application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/rest_framework_docs/fonts/glyphicons-halflings-regular.eot.
>   Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/fonts/FontAwesome.otf.  Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/frontend/.gitignore.  Using application/octet-stream.
>  [exec] Could not guess mimetype for 
> templates/static_files/icplayer/libs/skins/lightgray/fonts/readme.md.  Using 
> application/octet-stream.
>
>  [exec] Could not guess mimetype for 
> templates/static_files/apidoc/fonts/glyphicons-halflings-regular.eot.  Using 
> application/octet-stream.
>
>  [exec] Could n

[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-03-20 Thread 'Fady (Google Cloud Platform)' via Google App Engine


Hello Nikolaus, 

For the time being , you do not have the option to disable 3DES yourself. 
However, I created a private issue tracker (sent privately) to investigate 
the possibility if the backline team can disable it for your custom domain.

Meanwhile, if your goal is to create a Payment Card Industry Data Security 
Standard (PCI DSS) compliant environment,  you may check this document 
 for best practices.

-- 
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/0280d5eb-6f96-423e-9c86-73812aadec7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Error in app engine

2018-03-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to 
StackOverflow . 
This forum isn't meant for specific 1-on-1 technical issues, but for 
general discussion of the platform and its services. With StackOverflow 
, which we 
also monitor, you'll be in touch with a much larger user-base of people who 
are going to help you, and in a format which is designed for that purpose. 
Check out our community support page for the list of tags 
 we monitor. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3319f5ff-54a6-4d56-a307-48ddda783df1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Java 9 Support in App Engine?

2018-03-20 Thread Andreas Hartmann
Thanks, also with Java 10 being released today and support for 9 ending, this 
should really be about 10 now.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e1bdca3b-5367-4ad2-a12e-3004fde833f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Java 9 Support in App Engine?

2018-03-20 Thread Matt Senter
Dunno if you made progress with this or what the official word is, but I 
recently made a quick write up on how to use java 9 on GAE: 
https://matts.blog/2018/03/11/how-to-launch-with-spring-boot-2-and-java-9-on-google-app-engine-flex-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/19c4f702-8c36-4582-ba83-444bd2eff6ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] 500 error during deployment

2018-03-20 Thread Mateusz Motel
I'm deploying applications using Jenkins, Ant and appcfg.py script. Since 
yesterday morning I have troubles with that. At random moments deployment 
crashes and returns 500 error with message:

 [exec] Error 500: --- begin server output ---
 [exec] Server ErrorA server error has occurred.



It crashed at one of our applications, then successfully deployed few 
applications and crashed again. Today we are not able to deploy any of our 
applications.


Is everything ok with the platform? It's not the first time we experience this 
but it never last more than a day.


Full log from deployment:

 [echo] Updating module app.yaml...

 [exec] 
 [exec] Note: the --oauth2 flag is now the default and can be omitted.
 [exec] 

 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/less/style.less.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/fonts/FontAwesome.otf.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/fonts/fontawesome-webfont.eot.  
Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/fonts/glyphicons-halflings-regular.eot.
  Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/rest_framework/fonts/glyphicons-halflings-regular.eot.  
Using application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/icplayer/libs/skins/lightgray/fonts/icomoon.eot.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/icplayer/libs/skins/lightgray/fonts/readme.md.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/icplayer/libs/langs/readme.md.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/frontend/.gitignore.  Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/frontend/README.md.  Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/frontend/dist/libraries/Reflect.js.map.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/fonts/FontAwesome.otf.  Using application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/apidoc/vendor/path-to-regexp/LICENSE.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/apidoc/fonts/glyphicons-halflings-regular.eot.  Using 
application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/frontend/README.md.  Using application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/fonts/FontAwesome.otf.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/frontend/dist/libraries/Reflect.js.map.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/apidoc/vendor/path-to-regexp/LICENSE.  Using 
application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/less/style.less.  Using 
application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/icplayer/libs/skins/lightgray/fonts/icomoon.eot.  Using 
application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/fonts/glyphicons-halflings-regular.eot.
  Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/fonts/FontAwesome.otf.  Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/frontend/.gitignore.  Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/icplayer/libs/skins/lightgray/fonts/readme.md.  Using 
application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/apidoc/fonts/glyphicons-halflings-regular.eot.  Using 
application/octet-stream.

 [exec] Could not guess mimetype for 
templates/static_files/rest_framework/fonts/glyphicons-halflings-regular.eot.  
Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/rest_framework_docs/fonts/fontawesome-webfont.eot.  
Using application/octet-stream.
 [exec] Could not guess mimetype for 
templates/static_files/icplayer/libs/langs/readme.md.  Using 
application/octet-stream.

 [exec] Error 500: --- begin server output ---
 [exec] Server ErrorA server error has occurred.
 [exec] --- end server output ---





-- 
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-appe

[google-appengine] Shutdown hook for Node JS flex env?

2018-03-20 Thread Shai Ben-Tovim
Hi,

Is there a way to configure a shutdown hook in the node js flex 
environment? 
Goal is to run some code when instance(s) is(are) shutdown/recycled. I know 
there's an option for a shutdown hook in some of the standard env's 
(Python) and wanted to know what the equivalent option is for node js - 
couldn't find anything in the docs.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/02177242-0cf9-4306-9257-8257786d01f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Websocket support for Golang?

2018-03-20 Thread Saransh Mohapatra
I am looking to build a web socket server in gaoling and host that on 
google app-engine. I tried to search for whether its supported or not? I 
got it that its supported on flexible environment but not on standard 
environment? But the post was from 2016. So can u confirm whats the status 
today ?

-- 
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/4dbcaf83-eb33-4652-b74d-fe2ae008107e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Disable weak cipher for Google Cloud App engine custom domain website

2018-03-20 Thread Nikolaus Banjo
I have set up a custom domain website using a PHP Google Cloud App engine. 
After some third party security testing i've been advised to disable the 
use of cipher suite DES-CBC3-SHA (TLS_RSA_WITH_3DES_EDE_CBC_SHA). 

I'm trying to find out if its possible to disable this for a Google PHP App 
engine? Most of what I can find online either doesn't answer this 
particular question or is somewhat out of date.

I found this post useful, 
https://stackoverflow.com/questions/42681247/can-google-app-engine-java-support-tls1-0
 
. This suggests it's not possible, however it doesn't actually answer the 
question, it just concludes that if its good enough for google it should be 
fine.

-- 
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/e8c69b75-4bd2-4854-a8f2-a83b0cde1feb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Mihail Russu
According to the logs from your other thread you now linked - you have 
specified a non-default service name (*cloudsql*) in your app.yaml 
or appengine-web.xml (which you still are not showing for whatever reason) 
so to access your deployed app you'd need to go 
to https://cloudsql-dot-pivotal-robot-662.appspot.com/ instead 
of https://pivotal-robot-662.appspot.com/

The correct URL shows a 500 error instead of a 404, not really sure what 
you expected to see there (since you didn't answer the questions I've been 
asking you) but for further debugging - look into logs and see why a 500 
error is shown.

Good luck.

On Tuesday, March 20, 2018 at 1:15:19 PM UTC+2, Guy Dviri wrote:
>
> thanks for willing to give a a hand.
>
> this is the continuous posting I've already post the log here 
> 
> : 
> the deploy command is : gradlew appenginedeploy 
>
>
>
> On Tue, Mar 20, 2018 at 1:03 PM, Mihail Russu  > wrote:
>
>> access denied was an hour ago , maybe after few modifications that 
>>> message change , 
>>
>>
>> I was only pointing at your second screenshot, the way you posted it. No 
>> idea about what happened hours ago as you didn't provide any details on 
>> that.
>>
>> Again, you need to provide a lot more information if you want help, 
>> nobody can guess what's going on just by looking at the screenshots. 
>> Answering the following questions might help clear things up a bit:
>>
>>  - What is your deployment command (copy & paste the exact command how 
>> you deploy your app)?
>>  - What is the result of that command (i.e. what log messages are you 
>> seeing when an app is deployed (again, copy and paste exact & full log 
>> messages when your app is being deployed))
>>  - Provide the contents of your `appengine-web.xml` if it's a Java app 
>> and you don't have the `app.yaml` file.
>>  - Provide the list of files in your app's root directory (just the file 
>> names)
>>  - Are you following any tutorials? Which one?
>>
>> On Tuesday, March 20, 2018 at 12:49:09 PM UTC+2, Guy Dviri wrote:
>>>
>>> access denied was an hour ago , maybe after few modifications that 
>>> message change , 
>>> no about the app.yaml do I must have it with endpoints v2 & gradle?
>>>
>>> On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu  wrote:
>>>
 It doesn't say "access denied", it says "Not Found" and we have no way 
 of knowing why without you providing a lot more information first, i.e. 
 telling what and how you deployed, i.e. do you have a valid `app.yaml`? 
 How 
 does it look like? Does an entry point defined? Did the deployment show 
 any 
 errors? etc.

 -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "Google App Engine" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/NGEMMDrBoHU/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@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/80577a97-b76e-41f7-95c8-c110b1dc802c%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/NGEMMDrBoHU/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengi...@googlegroups.com .
>> To post to this group, send email to google-a...@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/f65a38ff-98a0-487e-97d2-4cc80765d365%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/397a6b25-02

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Guy Dviri
thanks for willing to give a a hand.

this is the continuous posting I've already post the log here

:
the deploy command is : gradlew appenginedeploy



On Tue, Mar 20, 2018 at 1:03 PM, Mihail Russu  wrote:

> access denied was an hour ago , maybe after few modifications that message
>> change ,
>
>
> I was only pointing at your second screenshot, the way you posted it. No
> idea about what happened hours ago as you didn't provide any details on
> that.
>
> Again, you need to provide a lot more information if you want help, nobody
> can guess what's going on just by looking at the screenshots. Answering the
> following questions might help clear things up a bit:
>
>  - What is your deployment command (copy & paste the exact command how you
> deploy your app)?
>  - What is the result of that command (i.e. what log messages are you
> seeing when an app is deployed (again, copy and paste exact & full log
> messages when your app is being deployed))
>  - Provide the contents of your `appengine-web.xml` if it's a Java app and
> you don't have the `app.yaml` file.
>  - Provide the list of files in your app's root directory (just the file
> names)
>  - Are you following any tutorials? Which one?
>
> On Tuesday, March 20, 2018 at 12:49:09 PM UTC+2, Guy Dviri wrote:
>>
>> access denied was an hour ago , maybe after few modifications that
>> message change ,
>> no about the app.yaml do I must have it with endpoints v2 & gradle?
>>
>> On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu  wrote:
>>
>>> It doesn't say "access denied", it says "Not Found" and we have no way
>>> of knowing why without you providing a lot more information first, i.e.
>>> telling what and how you deployed, i.e. do you have a valid `app.yaml`? How
>>> does it look like? Does an entry point defined? Did the deployment show any
>>> errors? etc.
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/google-appengine/NGEMMDrBoHU/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@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/80577a97-b76e-41f7-95c8-c110b1dc802c%
>>> 40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/NGEMMDrBoHU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/f65a38ff-98a0-487e-97d2-
> 4cc80765d365%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMk5Y2dugSDue9omN_7eZ%2BJm_OW3cZC5mdnptO0NTF%3DEhnx%2Bmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Mihail Russu

>
> access denied was an hour ago , maybe after few modifications that message 
> change , 


I was only pointing at your second screenshot, the way you posted it. No 
idea about what happened hours ago as you didn't provide any details on 
that.

Again, you need to provide a lot more information if you want help, nobody 
can guess what's going on just by looking at the screenshots. Answering the 
following questions might help clear things up a bit:

 - What is your deployment command (copy & paste the exact command how you 
deploy your app)?
 - What is the result of that command (i.e. what log messages are you 
seeing when an app is deployed (again, copy and paste exact & full log 
messages when your app is being deployed))
 - Provide the contents of your `appengine-web.xml` if it's a Java app and 
you don't have the `app.yaml` file.
 - Provide the list of files in your app's root directory (just the file 
names)
 - Are you following any tutorials? Which one?

On Tuesday, March 20, 2018 at 12:49:09 PM UTC+2, Guy Dviri wrote:
>
> access denied was an hour ago , maybe after few modifications that message 
> change , 
> no about the app.yaml do I must have it with endpoints v2 & gradle?
>
> On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu  > wrote:
>
>> It doesn't say "access denied", it says "Not Found" and we have no way of 
>> knowing why without you providing a lot more information first, i.e. 
>> telling what and how you deployed, i.e. do you have a valid `app.yaml`? How 
>> does it look like? Does an entry point defined? Did the deployment show any 
>> errors? etc.
>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/NGEMMDrBoHU/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengi...@googlegroups.com .
>> To post to this group, send email to google-a...@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/80577a97-b76e-41f7-95c8-c110b1dc802c%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f65a38ff-98a0-487e-97d2-4cc80765d365%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Guy Dviri
access denied was an hour ago , maybe after few modifications that message
change ,
no about the app.yaml do I must have it with endpoints v2 & gradle?

On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu  wrote:

> It doesn't say "access denied", it says "Not Found" and we have no way of
> knowing why without you providing a lot more information first, i.e.
> telling what and how you deployed, i.e. do you have a valid `app.yaml`? How
> does it look like? Does an entry point defined? Did the deployment show any
> errors? etc.
>
> On Tuesday, March 20, 2018 at 11:42:29 AM UTC+2, Guy Dviri wrote:
>>
>>
>> 
>>
>>
>> to this :
>>
>>
>> 
>> why?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/NGEMMDrBoHU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/80577a97-b76e-41f7-95c8-
> c110b1dc802c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMk5Y2dZVhJLot5ZVA2Yua%3Di87HMhV95w5SNZUrxLR%2Bs35wWtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Mihail Russu
It doesn't say "access denied", it says "Not Found" and we have no way of 
knowing why without you providing a lot more information first, i.e. 
telling what and how you deployed, i.e. do you have a valid `app.yaml`? How 
does it look like? Does an entry point defined? Did the deployment show any 
errors? etc.

On Tuesday, March 20, 2018 at 11:42:29 AM UTC+2, Guy Dviri wrote:
>
>
> 
>
>
> to this :
>
>
> 
> why?
>

-- 
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/80577a97-b76e-41f7-95c8-c110b1dc802c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] access denied when deploy why?

2018-03-20 Thread Guy Dviri





to this :


why?

-- 
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/f174e8fd-8fa1-4f6c-a031-e96302623090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Error in app engine

2018-03-20 Thread Bhuvaneshwari Arkala
Hello All,

I am getting below crash ..I have jersey and jackson libs included.


java.lang.SecurityException: Unable to get members for class 
com.sun.jersey.json.impl.provider.entity.JSONArrayProvider$App
at 
com.google.appengine.runtime.Request.process-503a6c6799ff342a(Request.java)
at java.lang.Class.getDeclaredMethods(Class.java:287)
at 
com.sun.jersey.core.reflection.MethodList.getAllDeclaredMethods(MethodList.java:70)
at com.sun.jersey.core.reflection.MethodList.(MethodList.java:64)
at 
com.sun.jersey.core.spi.component.ComponentConstructor.getPostConstructMethods(ComponentConstructor.java:131)
at 
com.sun.jersey.core.spi.component.ComponentConstructor.(ComponentConstructor.java:123)
at 
com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:165)
at 
com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:137)
at 
com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:256)
at 
com.sun.jersey.core.spi.component.ProviderServices.getServices(ProviderServices.java:160)
at 
com.sun.jersey.core.spi.factory.MessageBodyFactory.initReaders(MessageBodyFactory.java:176)
at 
com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:162)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1310)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.access$700(WebApplicationImpl.java:168)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:774)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:770)
at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:193)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:770)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:765)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:489)
at 
com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:319)
at 
com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:609)
at 
com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:210)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:374)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:557)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at 
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
at 
org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at 
org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
at 
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at 
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at 
org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at 
com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:455)
at 
com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:462)
at 
com.google.tracing.CurrentContext.runInContext(CurrentContext.java:320)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:321)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:313)
at 
com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:459)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
... 41 more
Caused by: java.lang.NoClassDefFoundError: 
org/codehaus/jettison/json/JSONException
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2621)
... 41 more
Caused by: java.lang.ClassNotFoundException: 
org.codehaus.jettison.json.JSONException
at 
com.google.appengine.runtime.Request.process-503a6c6799ff342a(Request.java)
... 41 more


Can anyone have any idea why this error occurs?

Thanks,
Bhuvana