From mmccune at redhat.com Thu Sep 4 16:22:24 2014 From: mmccune at redhat.com (Mike McCune) Date: Thu, 04 Sep 2014 09:22:24 -0700 Subject: [zanata-users] CLI timeouts and errors Message-ID: <540891C0.5090609@redhat.com> We are trying to use zanata-cli to interact with our translations and are repeatedly getting timeout errors as shown below. Are there steps we can take to alleviate this? It is blocking our ability to get our translations integrated into our project. [walden at wraines-sandbox locale (update-translations)]$ zanata-cli pull -s . -t . [INFO] Loading project config from zanata.xml [INFO] Loading user config from /home/walden/.config/zanata.ini [INFO] client API version: 3.3.1, server API version: 3.3.1 [INFO] Server: https://translate.zanata.org/zanata/ [INFO] Project: satellite6-foreman [INFO] Version: 6.0 [INFO] Username: walden [INFO] Project type: podir [INFO] Enable modules: false [INFO] Using ETag cache: true [INFO] Purging ETag cache beforehand: false [INFO] Locales to pull: [bn-IN(bn_IN), de-DE(de_DE), es-ES(es_ES), fr, gl, gu, hi, it, ja, kn, ko, mr, or, pa, pt-BR(pt_BR), ru, ta-IN(ta_IN), te, zh-Hans-CN(zh_Hans_CN), zh-Hant-TW(zh_Hant_TW)] [INFO] Encode tab as \t: true [INFO] Current directory: /home/walden/code/foreman/locale [INFO] Pulling target documents (translations) only [INFO] Target-language base directory (translations): . [INFO] Create skeletons for untranslated messages/files: false [INFO] Pulling 1 of 1 docs for this module from the server This will overwrite/delete any existing translations in the above directory. Are you sure (y/n)? y [ERROR] Operation failed: operation returned 504 (Gateway Timeout):

504 Gateway Time-out

The server didn't respond in time. , uri: https://translate.zanata.org/zanata/rest/projects/p/satellite6-foreman/iterations/i/6.0/r, annotations: [@javax.ws.rs.GET(), @javax.ws.rs.Path(value=/{id:[a-zA-Z0-9]+([a-zA-Z0-9_\-,{.}]*[a-zA-Z0-9]+)?})] To retry from the last document, please set the following option(s): --from-doc "foreman" . [ERROR] Execution failed: operation returned 504 (Gateway Timeout):

504 Gateway Time-out

The server didn't respond in time. , uri: https://translate.zanata.org/zanata/rest/projects/p/satellite6-foreman/iterations/i/6.0/r, annotations: [@javax.ws.rs.GET(), @javax.ws.rs.Path(value=/{id:[a-zA-Z0-9]+([a-zA-Z0-9_\-,{.}]*[a-zA-Z0-9]+)?})] [ERROR] Use -e/--errors for full stack trace (or when reporting bugs) [walden at wraines-sandbox locale (update-translations)]$ Mike -- Mike McCune mmccune AT redhat.com Red Hat Engineering | Portland, OR Systems Management | 650-254-4248 From camunoz at redhat.com Thu Sep 4 23:36:35 2014 From: camunoz at redhat.com (Carlos Munoz) Date: Fri, 05 Sep 2014 09:36:35 +1000 Subject: [zanata-users] CLI timeouts and errors In-Reply-To: <540891C0.5090609@redhat.com> References: <540891C0.5090609@redhat.com> Message-ID: <5408F783.5030306@redhat.com> Hi Mike, translate.zanata.org has been recently experiencing problems related to load and infrastructure, and this is why you are seeing these errors. We have some changes line up for next week, that will hopefully prevent some of these issues. In the end, did you manage to pull your files from the server or is it still an issue? Regards, Carlos A. Munoz Software Engineering Supervisor Engineering - Internationalization Red Hat On Fri 05 Sep 2014 02:22:24 AM AEST, Mike McCune wrote: > We are trying to use zanata-cli to interact with our translations and > are repeatedly getting timeout errors as shown below. Are there steps > we can take to alleviate this? It is blocking our ability to get our > translations integrated into our project. > > [walden at wraines-sandbox locale (update-translations)]$ zanata-cli pull > -s . -t . > [INFO] Loading project config from zanata.xml > [INFO] Loading user config from /home/walden/.config/zanata.ini > [INFO] client API version: 3.3.1, server API version: 3.3.1 > [INFO] Server: https://translate.zanata.org/zanata/ > [INFO] Project: satellite6-foreman > [INFO] Version: 6.0 > [INFO] Username: walden > [INFO] Project type: podir > [INFO] Enable modules: false > [INFO] Using ETag cache: true > [INFO] Purging ETag cache beforehand: false > [INFO] Locales to pull: [bn-IN(bn_IN), de-DE(de_DE), es-ES(es_ES), fr, > gl, gu, hi, it, ja, kn, ko, mr, or, pa, pt-BR(pt_BR), ru, > ta-IN(ta_IN), te, zh-Hans-CN(zh_Hans_CN), zh-Hant-TW(zh_Hant_TW)] > [INFO] Encode tab as \t: true > [INFO] Current directory: /home/walden/code/foreman/locale > [INFO] Pulling target documents (translations) only > [INFO] Target-language base directory (translations): . > [INFO] Create skeletons for untranslated messages/files: false > [INFO] Pulling 1 of 1 docs for this module from the server > This will overwrite/delete any existing translations in the above > directory. > > Are you sure (y/n)? y > [ERROR] Operation failed: operation returned 504 (Gateway Timeout): >

504 Gateway Time-out

> The server didn't respond in time. > > , uri: > https://translate.zanata.org/zanata/rest/projects/p/satellite6-foreman/iterations/i/6.0/r, > annotations: [@javax.ws.rs.GET(), > @javax.ws.rs.Path(value=/{id:[a-zA-Z0-9]+([a-zA-Z0-9_\-,{.}]*[a-zA-Z0-9]+)?})] > > > To retry from the last document, please set the following option(s): > > --from-doc "foreman" > > . > [ERROR] Execution failed: operation returned 504 (Gateway Timeout): >

504 Gateway Time-out

> The server didn't respond in time. > > , uri: > https://translate.zanata.org/zanata/rest/projects/p/satellite6-foreman/iterations/i/6.0/r, > annotations: [@javax.ws.rs.GET(), > @javax.ws.rs.Path(value=/{id:[a-zA-Z0-9]+([a-zA-Z0-9_\-,{.}]*[a-zA-Z0-9]+)?})] > > [ERROR] Use -e/--errors for full stack trace (or when reporting bugs) > [walden at wraines-sandbox locale (update-translations)]$ > > Mike From mmccune at redhat.com Fri Sep 5 00:26:15 2014 From: mmccune at redhat.com (Mike McCune) Date: Thu, 04 Sep 2014 17:26:15 -0700 Subject: [zanata-users] CLI timeouts and errors In-Reply-To: <5408F783.5030306@redhat.com> References: <540891C0.5090609@redhat.com> <5408F783.5030306@redhat.com> Message-ID: <54090327.3080609@redhat.com> yup, we kept trying, eventually got it. glad to hear some updates are inbound, looking forward to it! On 09/04/2014 04:36 PM, Carlos Munoz wrote: > Hi Mike, > > translate.zanata.org has been recently experiencing problems related to > load and infrastructure, and this is why you are seeing these errors. > We have some changes line up for next week, that will hopefully prevent > some of these issues. > > In the end, did you manage to pull your files from the server or is it > still an issue? > > Regards, > > Carlos A. Munoz > Software Engineering Supervisor > Engineering - Internationalization > Red Hat > > On Fri 05 Sep 2014 02:22:24 AM AEST, Mike McCune wrote: >> We are trying to use zanata-cli to interact with our translations and >> are repeatedly getting timeout errors as shown below. Are there steps >> we can take to alleviate this? It is blocking our ability to get our >> translations integrated into our project. >> >> [walden at wraines-sandbox locale (update-translations)]$ zanata-cli pull >> -s . -t . >> [INFO] Loading project config from zanata.xml >> [INFO] Loading user config from /home/walden/.config/zanata.ini >> [INFO] client API version: 3.3.1, server API version: 3.3.1 >> [INFO] Server: https://translate.zanata.org/zanata/ >> [INFO] Project: satellite6-foreman >> [INFO] Version: 6.0 >> [INFO] Username: walden >> [INFO] Project type: podir >> [INFO] Enable modules: false >> [INFO] Using ETag cache: true >> [INFO] Purging ETag cache beforehand: false >> [INFO] Locales to pull: [bn-IN(bn_IN), de-DE(de_DE), es-ES(es_ES), fr, >> gl, gu, hi, it, ja, kn, ko, mr, or, pa, pt-BR(pt_BR), ru, >> ta-IN(ta_IN), te, zh-Hans-CN(zh_Hans_CN), zh-Hant-TW(zh_Hant_TW)] >> [INFO] Encode tab as \t: true >> [INFO] Current directory: /home/walden/code/foreman/locale >> [INFO] Pulling target documents (translations) only >> [INFO] Target-language base directory (translations): . >> [INFO] Create skeletons for untranslated messages/files: false >> [INFO] Pulling 1 of 1 docs for this module from the server >> This will overwrite/delete any existing translations in the above >> directory. >> >> Are you sure (y/n)? y >> [ERROR] Operation failed: operation returned 504 (Gateway Timeout): >>

504 Gateway Time-out

>> The server didn't respond in time. >> >> , uri: >> https://translate.zanata.org/zanata/rest/projects/p/satellite6-foreman/iterations/i/6.0/r, >> annotations: [@javax.ws.rs.GET(), >> @javax.ws.rs.Path(value=/{id:[a-zA-Z0-9]+([a-zA-Z0-9_\-,{.}]*[a-zA-Z0-9]+)?})] >> >> >> To retry from the last document, please set the following option(s): >> >> --from-doc "foreman" >> >> . >> [ERROR] Execution failed: operation returned 504 (Gateway Timeout): >>

504 Gateway Time-out

>> The server didn't respond in time. >> >> , uri: >> https://translate.zanata.org/zanata/rest/projects/p/satellite6-foreman/iterations/i/6.0/r, >> annotations: [@javax.ws.rs.GET(), >> @javax.ws.rs.Path(value=/{id:[a-zA-Z0-9]+([a-zA-Z0-9_\-,{.}]*[a-zA-Z0-9]+)?})] >> >> [ERROR] Use -e/--errors for full stack trace (or when reporting bugs) >> [walden at wraines-sandbox locale (update-translations)]$ >> From camunoz at redhat.com Wed Sep 10 23:10:22 2014 From: camunoz at redhat.com (Carlos Munoz) Date: Thu, 11 Sep 2014 09:10:22 +1000 Subject: [zanata-users] translate.zanata.org Scheduled Maintenance | 2014-09-12 18:00 AEST (08:00 UTC) Message-ID: <5410DA5E.6030704@redhat.com> ***// SCHEDULED MAINTENANCE REPORT //*** Priority: High Scheduled Date: 2014-09-12 Scheduled Time: 18:00 AEST (08:00 UTC) Estimated Time Required: 90-120 mins Performed By: camunoz, sflanigan People/Groups Impacted: Users of Zanata @ translate.zanata.org Site/Services Affected: translate.zanata.org Impact: translate.zanata.org will be unavailable during the outage. Description: Infrastructure migration to improve latest performance issues. -- Carlos A. Munoz Software Engineering Supervisor Engineering - Internationalization Red Hat From camunoz at redhat.com Fri Sep 12 08:55:59 2014 From: camunoz at redhat.com (Carlos Munoz) Date: Fri, 12 Sep 2014 04:55:59 -0400 (EDT) Subject: [zanata-users] translate.zanata.org Scheduled Maintenance | 2014-09-12 18:00 AEST (08:00 UTC) In-Reply-To: <5410DA5E.6030704@redhat.com> References: <5410DA5E.6030704@redhat.com> Message-ID: <724346097.12644351.1410512159246.JavaMail.zimbra@redhat.com> This outage has been completed. Thank you. Carlos A. Munoz Software Engineering Supervisor Engineering - Internationalization Red Hat ----- Original Message ----- From: "Carlos Munoz" To: outage-list at redhat.com, doc-i18n-list at redhat.com, zanata-users at redhat.com Sent: Thursday, 11 September, 2014 9:10:22 AM Subject: translate.zanata.org Scheduled Maintenance | 2014-09-12 18:00 AEST (08:00 UTC) ***// SCHEDULED MAINTENANCE REPORT //*** Priority: High Scheduled Date: 2014-09-12 Scheduled Time: 18:00 AEST (08:00 UTC) Estimated Time Required: 90-120 mins Performed By: camunoz, sflanigan People/Groups Impacted: Users of Zanata @ translate.zanata.org Site/Services Affected: translate.zanata.org Impact: translate.zanata.org will be unavailable during the outage. Description: Infrastructure migration to improve latest performance issues. -- Carlos A. Munoz Software Engineering Supervisor Engineering - Internationalization Red Hat