From axel.rousseau at esperanto-france.org Thu Mar 5 10:30:44 2015 From: axel.rousseau at esperanto-france.org (Axel Rousseau) Date: Thu, 5 Mar 2015 11:30:44 +0100 Subject: [zanata-users] How to configure the "rules" section of the zanata.xml Message-ID: Hi ! My name is Axel Rousseau, i'm member of the esperanto team to translate KDE. I need some help to configure my zanata.xml to find my .po files I've a lot of files to translate and the name of the file is : my_path/my_file.po (and not my_path/my_file/locale.po) i don't understand how to configure the rules tag in the zanata.xml file I read the documentation here : http://zanata.org/help/cli/cli-configuration/ and i don't understand the example : {locale}/{path}/{filename}.po {path}/{locale_with_underscore}.po what's mean the pattern ? why are they 2 lines ? (**/pot/*.pot and **/po/*.pot) ? I success to upload (push) with the zanata-cli the source files (the .pot files), but i didn't succes to push the translation files (the .po) here are my zanata.xml file : https://translate.zanata.org/zanata/ kde-eo kdeedu gettext templates/messages/kdeedu eo/messages/kdeedu eo ??? what should i write here ??? and my files are like : eo/messages/kdeedu/kalzium.po eo/messages/kdeedu/artikulate.po ... I would like to test with only one folder of the KDE files at first... Thank you for your help, Axel Rousseau -------------- next part -------------- An HTML attachment was scrubbed... URL: From pahuang at redhat.com Thu Mar 5 23:02:12 2015 From: pahuang at redhat.com (Patrick Huang) Date: Thu, 5 Mar 2015 18:02:12 -0500 (EST) Subject: [zanata-users] How to configure the "rules" section of the zanata.xml In-Reply-To: References: Message-ID: <1108855725.24573631.1425596532766.JavaMail.zimbra@redhat.com> Hi Axel, Please make sure you are using client version 3.4.1 as there is a bug fix specific to mapping rules. The pattern is to match one or more source documents. For a matched source document, its translation file location will be determined or defined using the rule. If your file structure is like following (where {projectRoot} is the root of your project and where zanata.xml lives): {projectRoot}/templates/messages/kdeedu/kalzium.pot {projectRoot}/templates/messages/kdeedu/artikulate.pot {projectRoot}/eo/messages/kdeedu/kalzium.po {projectRoot}/eo/messages/kdeedu/artikulate.po You can use below configuration: templates . {locale}/{path}/{filename}.po I will explain the details here. Once you define your as template, file "templates/messages/kdeedu/kalzium.pot" will be mapped to a relative path file name which is "messages/kdeedu/kalzium.pot". It then will be partitioned into several tokens to form the variables. "messages/kdeedu/" become the {path}. "kalzium" become the {filename}. Given our is defined as "." which means the same directory as zanata.xml or {projectRoot}. And rule is defined as {locale}/{path}/{filename}.po, for locale "eo", translation file will be written to or read from "{projectRoot}/eo/messages/kdeedu/kalzium.po". You can also replace {locale} with {locale_with_underscore} if you want all your locales to use underscore instead of hyphen. e.g. de-DE will become de_DE. I hope this will make more sense. If you need further assistance please let us know. Regards, Patrick Huang Senior Software Engineer Engineering - Internationalisation Red Hat ----- Original Message ----- > From: "Axel Rousseau" > To: "zanata-users" > Sent: Thursday, March 5, 2015 8:30:44 PM > Subject: [zanata-users] How to configure the "rules" section of the > zanata.xml > Hi ! > My name is Axel Rousseau, i'm member of the esperanto team to translate KDE. > I need some help to configure my zanata.xml to find my .po files > I've a lot of files to translate and the name of the file is : > my_path/my_file.po > (and not my_path/my_file/locale.po) > i don't understand how to configure the rules tag in the zanata.xml file > I read the documentation here : http://zanata.org/help/cli/cli-configuration/ > and i don't understand the example : > > {locale}/{path}/{filename}.po > {path}/{locale_with_underscore}.po > > what's mean the pattern ? > why are they 2 lines ? (**/pot/*.pot and **/po/*.pot) ? > I success to upload (push) with the zanata-cli the source files (the .pot > files), but i didn't succes to push the translation files (the .po) > here are my zanata.xml file : > > > https://translate.zanata.org/zanata/ > kde-eo > kdeedu > gettext > templates/messages/kdeedu > eo/messages/kdeedu > > eo > > > ??? what should i write here ??? > > > and my files are like : > eo/messages/kdeedu/kalzium.po > eo/messages/kdeedu/artikulate.po > ... > I would like to test with only one folder of the KDE files at first... > Thank you for your help, > Axel Rousseau > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From damason at redhat.com Thu Mar 5 23:41:23 2015 From: damason at redhat.com (David Mason) Date: Thu, 5 Mar 2015 18:41:23 -0500 (EST) Subject: [zanata-users] How to configure the "rules" section of the zanata.xml In-Reply-To: <1108855725.24573631.1425596532766.JavaMail.zimbra@redhat.com> References: <1108855725.24573631.1425596532766.JavaMail.zimbra@redhat.com> Message-ID: <823464068.22349460.1425598883057.JavaMail.zimbra@redhat.com> Hi Patrick ----- Original Message ----- > From: "Patrick Huang" > To: "Axel Rousseau" > Cc: "zanata-users" > Sent: Friday, 6 March, 2015 9:02:12 AM > Subject: Re: [zanata-users] How to configure the "rules" section of the zanata.xml > > Hi Axel, > > Please make sure you are using client version 3.4.1 as there is a bug fix > specific to mapping rules. > > The pattern is to match one or more source documents. For a matched source > document, its translation file location will be determined or defined using > the rule. > > If your file structure is like following (where {projectRoot} is the root of > your project and where zanata.xml lives): > {projectRoot}/templates/messages/kdeedu/kalzium.pot > {projectRoot}/templates/messages/kdeedu/artikulate.pot > {projectRoot}/eo/messages/kdeedu/kalzium.po > {projectRoot}/eo/messages/kdeedu/artikulate.po > > You can use below configuration: > templates > . > > {locale}/{path}/{filename}.po > > > I will explain the details here. Once you define your as template, > file "templates/messages/kdeedu/kalzium.pot" will be mapped to a relative > path file name which is "messages/kdeedu/kalzium.pot". It then will be > partitioned into several tokens to form the variables. "messages/kdeedu/" > become the {path}. "kalzium" become the {filename}. Given our is > defined as "." which means the same directory as zanata.xml or > {projectRoot}. And rule is defined as {locale}/{path}/{filename}.po, for > locale "eo", translation file will be written to or read from > "{projectRoot}/eo/messages/kdeedu/kalzium.po". You can also replace {locale} > with {locale_with_underscore} if you want all your locales to use underscore > instead of hyphen. e.g. de-DE will become de_DE. > > I hope this will make more sense. If you need further assistance please let > us know. This seems like a really helpful explanation. I suggest we include it as an example in the documentation. I think it is too much to add to http://zanata.org/help/cli/cli-configuration/ but we can put the example on a separate page and link to it. Cheers, David Mason Software Engineer L10n Engineering Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 > Regards, > Patrick Huang > Senior Software Engineer > Engineering - Internationalisation > Red Hat > > > > > From: "Axel Rousseau" > To: "zanata-users" > Sent: Thursday, March 5, 2015 8:30:44 PM > Subject: [zanata-users] How to configure the "rules" section of the > zanata.xml > > Hi ! > My name is Axel Rousseau, i'm member of the esperanto team to translate KDE. > > I need some help to configure my zanata.xml to find my .po files > I've a lot of files to translate and the name of the file is : > my_path/my_file.po > (and not my_path/my_file/locale.po) > i don't understand how to configure the rules tag in the zanata.xml file > I read the documentation here : http://zanata.org/help/cli/cli-configuration/ > and i don't understand the example : > > {locale}/{path}/{filename}.po > {path}/{locale_with_underscore}.po > > what's mean the pattern ? > why are they 2 lines ? (**/pot/*.pot and **/po/*.pot) ? > I success to upload (push) with the zanata-cli the source files (the .pot > files), but i didn't succes to push the translation files (the .po) > > here are my zanata.xml file : > > > https://translate.zanata.org/zanata/ > kde-eo > kdeedu > gettext > templates/messages/kdeedu > eo/messages/kdeedu > > eo > > > ??? what should i write here ??? > > > > and my files are like : > eo/messages/kdeedu/kalzium.po > eo/messages/kdeedu/artikulate.po > ... > > I would like to test with only one folder of the KDE files at first... > > Thank you for your help, > > Axel Rousseau > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users From camunoz at redhat.com Thu Mar 5 23:45:08 2015 From: camunoz at redhat.com (Carlos Munoz) Date: Thu, 5 Mar 2015 18:45:08 -0500 (EST) Subject: [zanata-users] How to configure the "rules" section of the zanata.xml In-Reply-To: <823464068.22349460.1425598883057.JavaMail.zimbra@redhat.com> References: <1108855725.24573631.1425596532766.JavaMail.zimbra@redhat.com> <823464068.22349460.1425598883057.JavaMail.zimbra@redhat.com> Message-ID: <316394792.30788437.1425599108618.JavaMail.zimbra@redhat.com> Please also don't forget to add it to: https://github.com/zanata/zanata-client/blob/master/docs/configuration.md ... from now on Carlos A. Munoz Software Engineering Supervisor Engineering - Internationalization Red Hat ----- Original Message ----- From: "David Mason" To: "Patrick Huang" Cc: "zanata-users" , "Axel Rousseau" Sent: Friday, March 6, 2015 9:41:23 AM Subject: Re: [zanata-users] How to configure the "rules" section of the zanata.xml Hi Patrick ----- Original Message ----- > From: "Patrick Huang" > To: "Axel Rousseau" > Cc: "zanata-users" > Sent: Friday, 6 March, 2015 9:02:12 AM > Subject: Re: [zanata-users] How to configure the "rules" section of the zanata.xml > > Hi Axel, > > Please make sure you are using client version 3.4.1 as there is a bug fix > specific to mapping rules. > > The pattern is to match one or more source documents. For a matched source > document, its translation file location will be determined or defined using > the rule. > > If your file structure is like following (where {projectRoot} is the root of > your project and where zanata.xml lives): > {projectRoot}/templates/messages/kdeedu/kalzium.pot > {projectRoot}/templates/messages/kdeedu/artikulate.pot > {projectRoot}/eo/messages/kdeedu/kalzium.po > {projectRoot}/eo/messages/kdeedu/artikulate.po > > You can use below configuration: > templates > . > > {locale}/{path}/{filename}.po > > > I will explain the details here. Once you define your as template, > file "templates/messages/kdeedu/kalzium.pot" will be mapped to a relative > path file name which is "messages/kdeedu/kalzium.pot". It then will be > partitioned into several tokens to form the variables. "messages/kdeedu/" > become the {path}. "kalzium" become the {filename}. Given our is > defined as "." which means the same directory as zanata.xml or > {projectRoot}. And rule is defined as {locale}/{path}/{filename}.po, for > locale "eo", translation file will be written to or read from > "{projectRoot}/eo/messages/kdeedu/kalzium.po". You can also replace {locale} > with {locale_with_underscore} if you want all your locales to use underscore > instead of hyphen. e.g. de-DE will become de_DE. > > I hope this will make more sense. If you need further assistance please let > us know. This seems like a really helpful explanation. I suggest we include it as an example in the documentation. I think it is too much to add to http://zanata.org/help/cli/cli-configuration/ but we can put the example on a separate page and link to it. Cheers, David Mason Software Engineer L10n Engineering Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 > Regards, > Patrick Huang > Senior Software Engineer > Engineering - Internationalisation > Red Hat > > > > > From: "Axel Rousseau" > To: "zanata-users" > Sent: Thursday, March 5, 2015 8:30:44 PM > Subject: [zanata-users] How to configure the "rules" section of the > zanata.xml > > Hi ! > My name is Axel Rousseau, i'm member of the esperanto team to translate KDE. > > I need some help to configure my zanata.xml to find my .po files > I've a lot of files to translate and the name of the file is : > my_path/my_file.po > (and not my_path/my_file/locale.po) > i don't understand how to configure the rules tag in the zanata.xml file > I read the documentation here : http://zanata.org/help/cli/cli-configuration/ > and i don't understand the example : > > {locale}/{path}/{filename}.po > {path}/{locale_with_underscore}.po > > what's mean the pattern ? > why are they 2 lines ? (**/pot/*.pot and **/po/*.pot) ? > I success to upload (push) with the zanata-cli the source files (the .pot > files), but i didn't succes to push the translation files (the .po) > > here are my zanata.xml file : > > > https://translate.zanata.org/zanata/ > kde-eo > kdeedu > gettext > templates/messages/kdeedu > eo/messages/kdeedu > > eo > > > ??? what should i write here ??? > > > > and my files are like : > eo/messages/kdeedu/kalzium.po > eo/messages/kdeedu/artikulate.po > ... > > I would like to test with only one folder of the KDE files at first... > > Thank you for your help, > > Axel Rousseau > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users _______________________________________________ zanata-users mailing list zanata-users at redhat.com https://www.redhat.com/mailman/listinfo/zanata-users From dchen at redhat.com Fri Mar 6 01:57:58 2015 From: dchen at redhat.com (Ding Yi Chen) Date: Thu, 5 Mar 2015 20:57:58 -0500 (EST) Subject: [zanata-users] How to configure the "rules" section of the zanata.xml In-Reply-To: References: Message-ID: <1848703662.33601471.1425607078626.JavaMail.zimbra@redhat.com> ----- Original Message ----- > Hi ! > My name is Axel Rousseau, i'm member of the esperanto team to translate KDE. > I need some help to configure my zanata.xml to find my .po files > I've a lot of files to translate and the name of the file is : > my_path/my_file.po > (and not my_path/my_file/locale.po) > i don't understand how to configure the rules tag in the zanata.xml file > I read the documentation here : http://zanata.org/help/cli/cli-configuration/ > and i don't understand the example : > > {locale}/{path}/{filename}.po > {path}/{locale_with_underscore}.po > > what's mean the pattern ? > why are they 2 lines ? (**/pot/*.pot and **/po/*.pot) ? The first line is for podir (documentation like projects) The second line is for conventional gettext project, like GNU Tar and most of other FOSS software. > I success to upload (push) with the zanata-cli the source files (the .pot > files), but i didn't succes to push the translation files (the .po) > here are my zanata.xml file : > > > https://translate.zanata.org/zanata/ > kde-eo > kdeedu > gettext > templates/messages/kdeedu > eo/messages/kdeedu > > eo > > > ??? what should i write here ??? > > > and my files are like : > eo/messages/kdeedu/kalzium.po > eo/messages/kdeedu/artikulate.po > ... We also need your source file (.pot) If you can provide the source repository URL, we can provide further help. (I kinda feel that your life might get easier if you use project-type "podir") -- Ding-Yi Chen Software Engineer Internationalization Group DID: +61 7 3514 8239 Email: dchen at redhat.com Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com Red Hat, Inc. Facebook: Red Hat APAC | Red Hat Japan | Red Hat Korea | JBoss APAC Twitter: Red Hat APAC | Red Hat ANZ LinkedIn: Red Hat APAC | JBoss APAC -------------- next part -------------- An HTML attachment was scrubbed... URL: From axel.rousseau at esperanto-france.org Fri Mar 6 07:14:16 2015 From: axel.rousseau at esperanto-france.org (Axel Rousseau) Date: Fri, 6 Mar 2015 08:14:16 +0100 Subject: [zanata-users] How can I find a Username with an email adress ? Message-ID: Hi, I've try to create an account but the system say that my email adress is already used. So, I try to get back my password, but on the page : https://translate.zanata.org/zanata/account/password_reset_request the system ask my Username (but i don't know it, I totally forget that my email was used on zanata). Is it a way to know which username is used with my email adress ? Thank you for your help, Axel Rousseau -------------- next part -------------- An HTML attachment was scrubbed... URL: From sflaniga at redhat.com Fri Mar 6 07:22:58 2015 From: sflaniga at redhat.com (Sean Flanigan) Date: Fri, 06 Mar 2015 17:22:58 +1000 Subject: [zanata-users] How can I find a Username with an email adress ? In-Reply-To: References: Message-ID: <54F955D2.4010909@redhat.com> On 2015-03-06 17:14, Axel Rousseau wrote: > Hi, > I've try to create an account but the system say that my email adress is > already used. > So, I try to get back my password, but on the page : > https://translate.zanata.org/zanata/account/password_reset_request > > the system ask my Username (but i don't know it, I totally forget that > my email was used on zanata). > > Is it a way to know which username is used with my email adress ? > > Thank you for your help, > > Axel Rousseau Embarrassingly, I don't think there is. I think that form should just ask for one or the other, not both. However, I just checked, and I'm pretty sure I found your account. I'll email you. Sean. -- Sean Flanigan Senior Software Engineer Engineering - Internationalisation Red Hat -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature URL: From axel.rousseau at esperanto-france.org Fri Mar 6 12:29:21 2015 From: axel.rousseau at esperanto-france.org (Axel Rousseau) Date: Fri, 6 Mar 2015 13:29:21 +0100 Subject: [zanata-users] How can I delete a version ? Message-ID: Hi, I've try to use zanata to translate KDE aplications, but they seem to be a little too big for zanata and i've got a lot of errors. I decide to split the all KDE projects into some smaller projects, i created "kdeedu" as a version. But for now, i would like to remove the "kde4-trunk" version (my first test to upload who failed) Thank you for your help, Regards, Axel -------------- next part -------------- An HTML attachment was scrubbed... URL: From bkearney at redhat.com Fri Mar 6 13:10:03 2015 From: bkearney at redhat.com (Bryan Kearney) Date: Fri, 06 Mar 2015 08:10:03 -0500 Subject: [zanata-users] How can I delete a version ? In-Reply-To: References: Message-ID: <54F9A72B.1000300@redhat.com> On 03/06/2015 07:29 AM, Axel Rousseau wrote: > Hi, > I've try to use zanata to translate KDE aplications, but they seem to be > a little too big for zanata and i've got a lot of errors. > I decide to split the all KDE projects into some smaller projects, i > created "kdeedu" as a version. But for now, i would like to remove the > "kde4-trunk" version (my first test to upload who failed) > > Thank you for your help, > The best I have ever seen is "archive". I have RFE's in to hide archives. I believe the reason that delete is not supported is because that would delete the translations which can be copied to other projects with copy-trans. -- bk From axel.rousseau at esperanto-france.org Fri Mar 6 17:34:24 2015 From: axel.rousseau at esperanto-france.org (Axel Rousseau) Date: Fri, 6 Mar 2015 18:34:24 +0100 Subject: [zanata-users] How can I delete a version ? In-Reply-To: <54F9A72B.1000300@redhat.com> References: <54F9A72B.1000300@redhat.com> Message-ID: Thank you Bryan, but how can i archive a version ? Thank you for your help, Axel 2015-03-06 14:10 GMT+01:00 Bryan Kearney : > On 03/06/2015 07:29 AM, Axel Rousseau wrote: > >> Hi, >> I've try to use zanata to translate KDE aplications, but they seem to be >> a little too big for zanata and i've got a lot of errors. >> I decide to split the all KDE projects into some smaller projects, i >> created "kdeedu" as a version. But for now, i would like to remove the >> "kde4-trunk" version (my first test to upload who failed) >> >> Thank you for your help, >> >> > The best I have ever seen is "archive". I have RFE's in to hide archives. > I believe the reason that delete is not supported is because that would > delete the translations which can be copied to other projects with > copy-trans. > > -- bk > > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From axel.rousseau at esperanto-france.org Fri Mar 6 18:28:03 2015 From: axel.rousseau at esperanto-france.org (Axel Rousseau) Date: Fri, 6 Mar 2015 19:28:03 +0100 Subject: [zanata-users] How to upload glosary ? Message-ID: Hi, I'm sorry to ask so many questions, but i discove zanata and it's a bit difficult to me. I would like to upload a glosary file, and in the help page : http://zanata.org/help/glossary/glossary-upload/ I read : 1. Login into Zanata 2. Click Glossary menu. 3. Click on More Actions on top right corner of the table, follow by Upload glossary from the list. But on the page : https://translate.zanata.org/zanata/glossary/view.seam I can see a "sort menu" (with alphabetical/entry en this menu) and my "dashboard menu", but I don't find the "More actions" menu. Could someone help me ? Thank you very much, Axel Rousseau -------------- next part -------------- An HTML attachment was scrubbed... URL: From bkearney at redhat.com Fri Mar 6 18:55:43 2015 From: bkearney at redhat.com (Bryan Kearney) Date: Fri, 06 Mar 2015 13:55:43 -0500 Subject: [zanata-users] How can I delete a version ? In-Reply-To: References: <54F9A72B.1000300@redhat.com> Message-ID: <54F9F82F.1020904@redhat.com> On 03/06/2015 12:34 PM, Axel Rousseau wrote: > Thank you Bryan, but how can i archive a version ? > > Thank you for your help, > > Axel > Go to projects, select the version, select settings, go to general, scroll down to the bottom and you will see a red archive button. -- bk From axel.rousseau at esperanto-france.org Fri Mar 6 19:43:32 2015 From: axel.rousseau at esperanto-france.org (Axel Rousseau) Date: Fri, 6 Mar 2015 20:43:32 +0100 Subject: [zanata-users] How can I delete a version ? In-Reply-To: <54F9F82F.1020904@redhat.com> References: <54F9A72B.1000300@redhat.com> <54F9F82F.1020904@redhat.com> Message-ID: > > >> > Go to projects, select the version, select settings, go to general, scroll > down to the bottom and you will see a red archive button. I juste see "make this version read only", but may be this is what you called "archive" ? In this case, it's ok for me. Thank you, Axel -------------- next part -------------- An HTML attachment was scrubbed... URL: From aeng at redhat.com Mon Mar 9 01:27:21 2015 From: aeng at redhat.com (Alex Eng) Date: Sun, 8 Mar 2015 21:27:21 -0400 (EDT) Subject: [zanata-users] How to upload glosary ? In-Reply-To: References: Message-ID: <1940184874.25253053.1425864441763.JavaMail.zimbra@redhat.com> Hi Axel, The reason you can't see those options is because you don't have "glossarist" role as stated in http://zanata.org/help/glossary/glossary-roles-permissions/. We restrict it to that because glossary is for all projects in Zanata at the moment and any upload will override existing glossary entry. I've made you a "glossarist" in translate.zanata.org. You should be able to upload now. Regards, Alex Eng Senior Software Engineer DID: +61 3514 8262 Mobile: +614 2335 3457 Email: aeng at redhat.com Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com ----- Original Message ----- From: "Axel Rousseau" To: "zanata-users" Sent: Saturday, 7 March, 2015 4:28:03 AM Subject: [zanata-users] How to upload glosary ? Hi, I'm sorry to ask so many questions, but i discove zanata and it's a bit difficult to me. I would like to upload a glosary file, and in the help page : http://zanata.org/help/glossary/glossary-upload/ I read : 1. Login into Zanata 2. Click Glossary menu. 3. Click on More Actions on top right corner of the table, follow by Upload glossary from the list. But on the page : https://translate.zanata.org/zanata/glossary/view.seam I can see a "sort menu" (with alphabetical/entry en this menu) and my "dashboard menu", but I don't find the "More actions" menu. Could someone help me ? Thank you very much, Axel Rousseau _______________________________________________ zanata-users mailing list zanata-users at redhat.com https://www.redhat.com/mailman/listinfo/zanata-users From noriko at redhat.com Tue Mar 24 03:29:37 2015 From: noriko at redhat.com (Noriko Mizumoto) Date: Tue, 24 Mar 2015 13:29:37 +1000 Subject: [zanata-users] projects migrated In-Reply-To: <20150323185450.GW21561@lister.brianlane.com> References: <54FE66C3.2010500@redhat.com> <20150310153216.GB5728@lister.brianlane.com> <20150310153340.GC5728@lister.brianlane.com> <20150310155537.GM9997@dado.bos.redhat.com> <54FFB859.3090807@redhat.com> <20150313234305.GB21561@lister.brianlane.com> <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> Message-ID: <5510DA21.4000303@redhat.com> Hi Zanata team Could you mind to help below problem of anaconda migration? Thanks noriko (2015?03?24? 04:54), Brian C. Lane wrote: > On RHEL6 branch there are problems with kn.po that looks similar to > 1197283, but the Plural-Forms matches the one in comment #1 so I'm not > sure what needs to be done to fix it. > > When doing a test build I see these errors from msgfmt: > > rm -f kn.gmo && /usr/bin/msgfmt -c --statistics -o kn.gmo kn.po > kn.po:608: number of format specifications in 'msgid' and 'msgstr[1]' does not match > kn.po:1554: number of format specifications in 'msgid' and 'msgstr[1]' does not match > kn.po:1737: `msgid' and `msgstr[1]' entries do not both end with '\n' > kn.po:1898: number of format specifications in 'msgid' and 'msgstr[1]' does not match > kn.po:1918: a format specification for argument 'donepkgs' doesn't exist in 'msgstr[1]' > kn.po:2964: number of format specifications in 'msgid' and 'msgstr[1]' does not match > kn.po:3404: number of format specifications in 'msgid' and 'msgstr[1]' does not match > kn.po:3438: `msgid' and `msgstr[1]' entries do not both end with '\n' > kn.po:5356: number of format specifications in 'msgid' and 'msgstr[1]' does not match > /usr/bin/msgfmt: found 11 fatal errors > > > On RHEL7 branch there are similar issues: > > msgfmt -c --statistics --verbose kn.po > kn.po:18: nplurals = 1... > kn.po:817: ...but some messages have 2 plural forms > kn.po:2014: number of format specifications in 'msgid_plural' and 'msgstr[1]' does not match > msgfmt: found 4 fatal errors > > > If you could fix these up that would be great, I think that's the last > bit we need before switching. > From dchen at redhat.com Tue Mar 24 04:04:10 2015 From: dchen at redhat.com (Ding Yi Chen) Date: Tue, 24 Mar 2015 00:04:10 -0400 (EDT) Subject: [zanata-users] projects migrated In-Reply-To: <5510DA21.4000303@redhat.com> References: <54FE66C3.2010500@redhat.com> <20150313234305.GB21561@lister.brianlane.com> <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> Message-ID: <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> Hi Brian, I have fixed the Plural format in header in both rhel7 and rhel6 branch. But I did not see the f22-branch in git, would you mind doing it? > (2015?03?24? 04:54), Brian C. Lane wrote: > > > On RHEL6 branch there are problems with kn.po that looks similar to > > 1197283, but the Plural-Forms matches the one in comment #1 so I'm not > > sure what needs to be done to fix it. > > > > When doing a test build I see these errors from msgfmt: > > > > rm -f kn.gmo && /usr/bin/msgfmt -c --statistics -o kn.gmo kn.po > > kn.po:608: number of format specifications in 'msgid' and 'msgstr[1]' does > > not match > > kn.po:1554: number of format specifications in 'msgid' and 'msgstr[1]' does > > not match > > kn.po:1737: `msgid' and `msgstr[1]' entries do not both end with '\n' > > kn.po:1898: number of format specifications in 'msgid' and 'msgstr[1]' does > > not match > > kn.po:1918: a format specification for argument 'donepkgs' doesn't exist in > > 'msgstr[1]' > > kn.po:2964: number of format specifications in 'msgid' and 'msgstr[1]' does > > not match > > kn.po:3404: number of format specifications in 'msgid' and 'msgstr[1]' does > > not match > > kn.po:3438: `msgid' and `msgstr[1]' entries do not both end with '\n' > > kn.po:5356: number of format specifications in 'msgid' and 'msgstr[1]' does > > not match > > /usr/bin/msgfmt: found 11 fatal errors Those are actually expected for partially translated meassages. "number of format specifications in 'msgid' and 'msgstr[1]' does not match" means the number of specifiers (e.g. %d, %s in C) between source plural from and msgstr[1] does not match. Because no one translate msgstr[1]. There are three ways to fix them, 1) just copy English string from msgid_plural to msgstr[1] 2) Mark the entry as fuzzy, as it indicates unfinished translation 3) Ask translators to translate it. -- Ding-Yi Chen Software Engineer Internationalization Group DID: +61 7 3514 8239 Email: dchen at redhat.com Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com Red Hat, Inc. Facebook: Red Hat APAC | Red Hat Japan | Red Hat Korea | JBoss APAC Twitter: Red Hat APAC | Red Hat ANZ LinkedIn: Red Hat APAC | JBoss APAC From dchen at redhat.com Tue Mar 24 04:24:53 2015 From: dchen at redhat.com (Ding Yi Chen) Date: Tue, 24 Mar 2015 00:24:53 -0400 (EDT) Subject: [zanata-users] projects migrated In-Reply-To: <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> References: <54FE66C3.2010500@redhat.com> <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> Message-ID: <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> I think I will just mark them as fuzzy, as that's the correct state of partially translated entry. I already fixed the rhel7-branch and rhel6-branch Please create f22-branch in github so I can work on it. ----- Original Message ----- > Hi Brian, > > I have fixed the Plural format in header in both rhel7 and rhel6 branch. > But I did not see the f22-branch in git, would you mind doing it? > > > (2015?03?24? 04:54), Brian C. Lane wrote: > > > > > On RHEL6 branch there are problems with kn.po that looks similar to > > > 1197283, but the Plural-Forms matches the one in comment #1 so I'm not > > > sure what needs to be done to fix it. > > > > > > When doing a test build I see these errors from msgfmt: > > > > > > rm -f kn.gmo && /usr/bin/msgfmt -c --statistics -o kn.gmo kn.po > > > kn.po:608: number of format specifications in 'msgid' and 'msgstr[1]' > > > does > > > not match > > > kn.po:1554: number of format specifications in 'msgid' and 'msgstr[1]' > > > does > > > not match > > > kn.po:1737: `msgid' and `msgstr[1]' entries do not both end with '\n' > > > kn.po:1898: number of format specifications in 'msgid' and 'msgstr[1]' > > > does > > > not match > > > kn.po:1918: a format specification for argument 'donepkgs' doesn't exist > > > in > > > 'msgstr[1]' > > > kn.po:2964: number of format specifications in 'msgid' and 'msgstr[1]' > > > does > > > not match > > > kn.po:3404: number of format specifications in 'msgid' and 'msgstr[1]' > > > does > > > not match > > > kn.po:3438: `msgid' and `msgstr[1]' entries do not both end with '\n' > > > kn.po:5356: number of format specifications in 'msgid' and 'msgstr[1]' > > > does > > > not match > > > /usr/bin/msgfmt: found 11 fatal errors > > Those are actually expected for partially translated meassages. > "number of format specifications in 'msgid' and 'msgstr[1]' does not match" > means the number of specifiers (e.g. %d, %s in C) > between source plural from and msgstr[1] does not match. > Because no one translate msgstr[1]. > > > There are three ways to fix them, > 1) just copy English string from msgid_plural to msgstr[1] > 2) Mark the entry as fuzzy, as it indicates unfinished translation > 3) Ask translators to translate it. > -- Ding-Yi Chen Software Engineer Internationalization Group DID: +61 7 3514 8239 Email: dchen at redhat.com Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com Red Hat, Inc. Facebook: Red Hat APAC | Red Hat Japan | Red Hat Korea | JBoss APAC Twitter: Red Hat APAC | Red Hat ANZ LinkedIn: Red Hat APAC | JBoss APAC From bcl at redhat.com Tue Mar 24 15:12:53 2015 From: bcl at redhat.com (Brian C. Lane) Date: Tue, 24 Mar 2015 08:12:53 -0700 Subject: [zanata-users] projects migrated In-Reply-To: <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> References: <54FE66C3.2010500@redhat.com> <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> Message-ID: <20150324151253.GA21561@lister.brianlane.com> On Tue, Mar 24, 2015 at 12:24:53AM -0400, Ding Yi Chen wrote: > > I think I will just mark them as fuzzy, as that's the correct state of partially translated entry. > I already fixed the rhel7-branch and rhel6-branch Thanks! > Please create f22-branch in github so I can work on it. You mean in Zanata, right? Noriko, could you do F22 as well, sbueno gave the go-ahead on it last week. Thanks for all the help, -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT) From noriko at redhat.com Tue Mar 24 15:30:31 2015 From: noriko at redhat.com (Noriko Mizumoto) Date: Wed, 25 Mar 2015 01:30:31 +1000 Subject: [zanata-users] projects migrated In-Reply-To: <20150324151253.GA21561@lister.brianlane.com> References: <54FE66C3.2010500@redhat.com> <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> <20150324151253.GA21561@lister.brianlane.com> Message-ID: <55118317.4040808@redhat.com> (2015?03?25? 01:12), Brian C. Lane wrote: > On Tue, Mar 24, 2015 at 12:24:53AM -0400, Ding Yi Chen wrote: >> I think I will just mark them as fuzzy, as that's the correct state of partially translated entry. >> I already fixed the rhel7-branch and rhel6-branch > Thanks! > >> Please create f22-branch in github so I can work on it. > You mean in Zanata, right? Noriko, could you do F22 as well, sbueno gave > the go-ahead on it last week. > > Thanks for all the help, > Brian, could you please point the url that zanata team can access and grab the data? thanks noriko From bcl at redhat.com Tue Mar 24 15:45:44 2015 From: bcl at redhat.com (Brian C. Lane) Date: Tue, 24 Mar 2015 08:45:44 -0700 Subject: [zanata-users] projects migrated In-Reply-To: <55118317.4040808@redhat.com> References: <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> <20150324151253.GA21561@lister.brianlane.com> <55118317.4040808@redhat.com> Message-ID: <20150324154544.GB21561@lister.brianlane.com> On Wed, Mar 25, 2015 at 01:30:31AM +1000, Noriko Mizumoto wrote: > (2015?03?25? 01:12), Brian C. Lane wrote: > >On Tue, Mar 24, 2015 at 12:24:53AM -0400, Ding Yi Chen wrote: > >>I think I will just mark them as fuzzy, as that's the correct state of partially translated entry. > >>I already fixed the rhel7-branch and rhel6-branch > >Thanks! > > > >>Please create f22-branch in github so I can work on it. > >You mean in Zanata, right? Noriko, could you do F22 as well, sbueno gave > >the go-ahead on it last week. > > > >Thanks for all the help, > > > Brian, could you please point the url that zanata team can access and grab > the data? I'm not sure what URL you mean. transifex has a f22 branch for anaconda and blivet. -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT) From noriko at redhat.com Tue Mar 24 15:58:45 2015 From: noriko at redhat.com (Noriko Mizumoto) Date: Wed, 25 Mar 2015 01:58:45 +1000 Subject: [zanata-users] projects migrated In-Reply-To: <20150324154544.GB21561@lister.brianlane.com> References: <20150318161034.GL21561@lister.brianlane.com> <20150318163953.GN21561@lister.brianlane.com> <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> <20150324151253.GA21561@lister.brianlane.com> <55118317.4040808@redhat.com> <20150324154544.GB21561@lister.brianlane.com> Message-ID: <551189B5.7050603@redhat.com> (2015?03?25? 01:45), Brian C. Lane wrote: > On Wed, Mar 25, 2015 at 01:30:31AM +1000, Noriko Mizumoto wrote: >> (2015?03?25? 01:12), Brian C. Lane wrote: >>> On Tue, Mar 24, 2015 at 12:24:53AM -0400, Ding Yi Chen wrote: >>>> I think I will just mark them as fuzzy, as that's the correct state of partially translated entry. >>>> I already fixed the rhel7-branch and rhel6-branch >>> Thanks! >>> >>>> Please create f22-branch in github so I can work on it. >>> You mean in Zanata, right? Noriko, could you do F22 as well, sbueno gave >>> the go-ahead on it last week. >>> >>> Thanks for all the help, >>> >> Brian, could you please point the url that zanata team can access and grab >> the data? > I'm not sure what URL you mean. transifex has a f22 branch for anaconda > and blivet. > I mean any git repo? --n From bcl at redhat.com Tue Mar 24 16:20:23 2015 From: bcl at redhat.com (Brian C. Lane) Date: Tue, 24 Mar 2015 09:20:23 -0700 Subject: [zanata-users] projects migrated In-Reply-To: <551189B5.7050603@redhat.com> References: <550A2163.3040602@redhat.com> <20150319152004.GP21561@lister.brianlane.com> <20150323185450.GW21561@lister.brianlane.com> <5510DA21.4000303@redhat.com> <661718136.3267138.1427169850870.JavaMail.zimbra@redhat.com> <1201293311.3278290.1427171093979.JavaMail.zimbra@redhat.com> <20150324151253.GA21561@lister.brianlane.com> <55118317.4040808@redhat.com> <20150324154544.GB21561@lister.brianlane.com> <551189B5.7050603@redhat.com> Message-ID: <20150324162023.GC21561@lister.brianlane.com> On Wed, Mar 25, 2015 at 01:58:45AM +1000, Noriko Mizumoto wrote: > (2015?03?25? 01:45), Brian C. Lane wrote: > >On Wed, Mar 25, 2015 at 01:30:31AM +1000, Noriko Mizumoto wrote: > >>(2015?03?25? 01:12), Brian C. Lane wrote: > >>>On Tue, Mar 24, 2015 at 12:24:53AM -0400, Ding Yi Chen wrote: > >>>>I think I will just mark them as fuzzy, as that's the correct state of partially translated entry. > >>>>I already fixed the rhel7-branch and rhel6-branch > >>>Thanks! > >>> > >>>>Please create f22-branch in github so I can work on it. > >>>You mean in Zanata, right? Noriko, could you do F22 as well, sbueno gave > >>>the go-ahead on it last week. > >>> > >>>Thanks for all the help, > >>> > >>Brian, could you please point the url that zanata team can access and grab > >>the data? > >I'm not sure what URL you mean. transifex has a f22 branch for anaconda > >and blivet. > > > I mean any git repo? https://github.com/rhinstaller/anaconda/tree/f22-branch is the f22 development repo. -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT) From widura.schwittek at it-objects.de Thu Mar 26 10:22:28 2015 From: widura.schwittek at it-objects.de (Widura Schwittek) Date: Thu, 26 Mar 2015 11:22:28 +0100 Subject: [zanata-users] Problem installing zanata 3.6.0 on wildfly 8.1.0 fresh Message-ID: <007a01d067ae$c3628ad0$4a27a070$@it-objects.de> Dear community! I tried out to installing zanata with the zanata installer 3.6.0 for wildfly 8.1.0 on Oracle JDK 1.8.0_60-ea-b07. I followed the instructions on readthedocs. But I get the following exception while liquibase is applying the sql migration scripts: 08:42:36,389Z ERROR [liquibase] (MSC service thread 1-4) db/db.changelog.xml: db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Change Set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com failed. Error: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm': For testing I tried again giving all rights to the mysql user but without any change. Do you have any idea how to fix this? Many thanks in advance! Widura Excerpt of the server log file: . 08:40:45,597Z INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final 08:40:46,190Z INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 08:40:46,408Z INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.1.0.Final "Kenny" starting 08:40:46,424Z DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties: awt.toolkit = sun.awt.windows.WToolkit file.encoding = Cp1252 file.encoding.pkg = sun.io file.separator = \ java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob = sun.awt.windows.WPrinterJob java.class.path = C:\zanata\zanata-3.6.0\jboss-modules.jar java.class.version = 52.0 java.endorsed.dirs = C:\zanata\jdk1.8.0_60\jre\lib\endorsed java.ext.dirs = C:\zanata\jdk1.8.0_60\jre\lib\ext;C:\Windows\Sun\Java\lib\ext java.home = C:\zanata\jdk1.8.0_60\jre java.io.tmpdir = C:\Users\ADMINI~1\AppData\Local\Temp\2\ java.library.path = C:\zanata\jdk1.8.0_60\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Win dows;%SystemRoot%\system32\WindowsPowerShell\v1.0\;C:\zanata\jdk1.8.0_60\bin ;C:\PROGRA~2\PARALL~1\Plesk\ADDITI~1\Perl\site\bin;C:\PROGRA~2\PARALL~1\Ples k\ADDITI~1\Perl\bin;C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\BIN;C:\Program Files (x86)\Parallels\Plesk\Additional\Python\Scripts;C:\Program Files (x86)\Parallels\Plesk\Additional\Python\;C:\Windows\system32;C:\Windows;C:\W indows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\BIN64;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;;C:\Program Files\Boot2Docker for Windows;. java.net.preferIPv4Stack = true java.runtime.name = Java(TM) SE Runtime Environment java.runtime.version = 1.8.0_60-ea-b07 java.specification.name = Java Platform API Specification java.specification.vendor = Oracle Corporation java.specification.version = 1.8 java.util.logging.manager = org.jboss.logmanager.LogManager java.vendor = Oracle Corporation java.vendor.url = http://java.oracle.com/ java.vendor.url.bug = http://bugreport.sun.com/bugreport/ java.version = 1.8.0_60-ea java.vm.info = mixed mode java.vm.name = Java HotSpot(TM) Client VM java.vm.specification.name = Java Virtual Machine Specification java.vm.specification.vendor = Oracle Corporation java.vm.specification.version = 1.8 java.vm.vendor = Oracle Corporation java.vm.version = 25.60-b07 . 08:42:35,235Z INFO [liquibase] (MSC service thread 1-4) db/db.changelog.xml: db/changelogs/db.changelog-1.5.xml::7::aeng at redhat.com: Foreign key contraint added to HGlossaryEntry (srcLocaleId) 08:42:35,687Z INFO [liquibase] (MSC service thread 1-4) db/db.changelog.xml: db/changelogs/db.changelog-1.5.xml::7::aeng at redhat.com: Columns sourceRef(longtext) added to HGlossaryEntry 08:42:35,687Z INFO [liquibase] (MSC service thread 1-4) db/db.changelog.xml: db/changelogs/db.changelog-1.5.xml::7::aeng at redhat.com: ChangeSet db/changelogs/db.changelog-1.5.xml::7::aeng at redhat.com ran successfully in 2387ms 08:42:36,311Z INFO [liquibase] (MSC service thread 1-4) db/db.changelog.xml: db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Column HGlossaryTerm.sourceRef dropped 08:42:36,389Z ERROR [liquibase] (MSC service thread 1-4) db/db.changelog.xml: db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Change Set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com failed. Error: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm': liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:57) [liquibase-core-3.0.7.jar:] at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:103) [liquibase-core-3.0.7.jar:] at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:15 13) [liquibase-core-3.0.7.jar:] at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDataba se.java:1496) [liquibase-core-3.0.7.jar:] at liquibase.changelog.ChangeSet.execute(ChangeSet.java:343) [liquibase-core-3.0.7.jar:] at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:40) [liquibase-core-3.0.7.jar:] at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:64) [liquibase-core-3.0.7.jar:] at liquibase.Liquibase.update(Liquibase.java:137) [liquibase-core-3.0.7.jar:] at liquibase.integration.servlet.LiquibaseServletListener.executeUpdate(Liquiba seServletListener.java:220) [liquibase-core-3.0.7.jar:] at liquibase.integration.servlet.LiquibaseServletListener.contextInitialized(Li quibaseServletListener.java:102) [liquibase-core-3.0.7.jar:] at io.undertow.servlet.core.ApplicationListeners.contextInitialized(Application Listeners.java:173) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl. java:190) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startCon text(UndertowDeploymentService.java:87) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(Un dertowDeploymentService.java:72) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceCo ntrollerImpl.java:1948) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerI mpl.java:1881) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11 42) [rt.jar:1.8.0_60-ea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6 17) [rt.jar:1.8.0_60-ea] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60-ea] Caused by: java.sql.SQLException: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1086) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2828) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2777) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795) at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:1 57) at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement( JdbcExecutor.java:90) [liquibase-core-3.0.7.jar:] at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:50) [liquibase-core-3.0.7.jar:] ... 18 more 08:42:36,452Z INFO [liquibase] (MSC service thread 1-4) db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Successfully released change log lock 08:42:36,467Z ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./zanata: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./zanata: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerI mpl.java:1904) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11 42) [rt.jar:1.8.0_60-ea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6 17) [rt.jar:1.8.0_60-ea] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60-ea] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl. java:219) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startCon text(UndertowDeploymentService.java:87) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(Un dertowDeploymentService.java:72) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceCo ntrollerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerI mpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] ... 3 more Caused by: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at liquibase.integration.servlet.LiquibaseServletListener.contextInitialized(Li quibaseServletListener.java:107) at io.undertow.servlet.core.ApplicationListeners.contextInitialized(Application Listeners.java:173) at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl. java:190) ... 7 more Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at liquibase.changelog.ChangeSet.execute(ChangeSet.java:376) at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:40) at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:64) at liquibase.Liquibase.update(Liquibase.java:137) at liquibase.integration.servlet.LiquibaseServletListener.executeUpdate(Liquiba seServletListener.java:220) at liquibase.integration.servlet.LiquibaseServletListener.contextInitialized(Li quibaseServletListener.java:102) ... 9 more Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:57) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:103) at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:15 13) at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDataba se.java:1496) at liquibase.changelog.ChangeSet.execute(ChangeSet.java:343) ... 14 more Caused by: java.sql.SQLException: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1086) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2828) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2777) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795) at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:1 57) at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement( JdbcExecutor.java:90) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:50) ... 18 more 08:42:36,514Z ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "zanata.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-server.default-host./zanata" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./zanata: Failed to start service Caused by: java.lang.RuntimeException: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' Caused by: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT AUTO_INCREMENT: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm' Caused by: java.sql.SQLException: Cannot change column 'id': used in a foreign key constraint 'UKglossaryterm_glossary_entry_id' of table 'zanata.hglossaryterm'"}} 08:42:36,639Z INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "zanata.war" (runtime-name : "zanata.war") 08:42:36,639Z INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "mysql-connector-java.jar" (runtime-name : "mysql-connector-java.jar") 08:42:36,639Z INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report JBAS014777: Services which failed to start: service jboss.undertow.deployment.default-server.default-host./zanata: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./zanata: Failed to start service 08:42:36,795Z INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:10090/management 08:42:36,795Z INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:10090 08:42:36,795Z ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.1.0.Final "Kenny" started (with errors) in 112009ms - Started 443 of 502 services (2 services failed or missing dependencies, 107 services are lazy, passive or on-demand) 08:42:37,185Z INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-6) HV000001: Hibernate Validator 5.1.0.Final 08:42:40,539Z INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment zanata.war (runtime-name: zanata.war) in 3571ms 08:42:40,898Z INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "zanata.war" (runtime-name: "zanata.war") 08:42:40,898Z INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report JBAS014775: New missing/unsatisfied dependencies: service jboss.deployment.unit."zanata.war".component.DeadLetterQueueReceiver.START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component.EjbSynchronizations.START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component.EmailQueueMessageReceiver.START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component.ExpiryQueueReceiver.START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component.TimerServiceDispatcher.START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."com.sun.faces.config.Configure Listener".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."de.novanic.eventservice.servic e.EventServiceImpl".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."javax.faces.webapp.FacesServle t".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."javax.faces.webapp.FacetTag".S TART (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."javax.servlet.jsp.jstl.tlv.Per mittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."javax.servlet.jsp.jstl.tlv.Scr iptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."liquibase.integration.servlet. LiquibaseServletListener".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."managed-bean.org.richfaces.Ver sionBean".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."managed-bean.org.richfaces.ski n.SkinBean".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."net.bull.javamelody.Monitoring Filter".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."net.bull.javamelody.SessionLis tener".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.jboss.seam.servlet.SeamFil ter".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.jboss.seam.servlet.SeamLis tener".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.jboss.seam.servlet.SeamRes ourceServlet".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.tuckey.web.filters.urlrewr ite.UrlRewriteFilter".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.seam.interceptor.Mo nitoringWrapper".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.servlet.FileUploadS ervlet".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.servlet.GWTCacheCon trolFilter".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.servlet.LeakListene r".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.servlet.MDCInsertin gServletFilter".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.servlet.MultiFileUp loadServlet".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.deployment.unit."zanata.war".component."org.zanata.webtrans.server.Gwt DispatchService".START (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] service jboss.undertow.deployment.default-server.default-host./zanata (missing) dependents: [service jboss.deployment.unit."zanata.war".deploymentCompleteService] JBAS014777: Services which failed to start: service jboss.undertow.deployment.default-server.default-host./zanata . -------------- next part -------------- An HTML attachment was scrubbed... URL: From sflaniga at redhat.com Fri Mar 27 00:28:15 2015 From: sflaniga at redhat.com (Sean Flanigan) Date: Fri, 27 Mar 2015 10:28:15 +1000 Subject: [zanata-users] Problem installing zanata 3.6.0 on wildfly 8.1.0 fresh In-Reply-To: <007a01d067ae$c3628ad0$4a27a070$@it-objects.de> References: <007a01d067ae$c3628ad0$4a27a070$@it-objects.de> Message-ID: <5514A41F.3040909@redhat.com> On 2015-03-26 20:22, Widura Schwittek wrote: > Dear community! > > > > I tried out to installing zanata with the zanata installer 3.6.0 for > wildfly 8.1.0 on Oracle JDK 1.8.0_60-ea-b07. I followed the instructions > on readthedocs. But I get the following exception while liquibase is > applying the sql migration scripts: > > > > 08:42:36,389Z ERROR [liquibase] (MSC service thread 1-4) > db/db.changelog.xml: > db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Change Set > db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com failed. Error: > Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT > AUTO_INCREMENT: Cannot change column 'id': used in a foreign key > constraint 'UKglossaryterm_glossary_entry_id' of table > 'zanata.hglossaryterm': > > > > For testing I tried again giving all rights to the mysql user but > without any change. Do you have any idea how to fix this? > > > > Many thanks in advance! > > Widura Hi Widura, Going by that error message, it sounds like you might be using mysql 5.6 or later. That's not supported, sorry: https://bugzilla.redhat.com/show_bug.cgi?id=1048293 Zanata is mainly tested against mysql 5.5, although it generally works (without guarantee) on mysql back to 5.1, or on recent versions of mariadb. I would recommend you try one of those options. Regards -- Sean Flanigan Principal Software Engineer Localisation Tools Engineering Red Hat -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature URL: From widura.schwittek at it-objects.de Sun Mar 29 19:23:19 2015 From: widura.schwittek at it-objects.de (Widura Schwittek) Date: Sun, 29 Mar 2015 19:23:19 +0000 Subject: [zanata-users] Problem installing zanata 3.6.0 on wildfly 8.1.0 fresh In-Reply-To: <5514A41F.3040909@redhat.com> References: <007a01d067ae$c3628ad0$4a27a070$@it-objects.de> <5514A41F.3040909@redhat.com> Message-ID: Hello Sean, yes, using MySQL 5.5 did solve the problem. Sorry for having come up with such fundamentals but the docs I read on readthedocs didn't point this out this detail. Thanks again! Widura -----Urspr?ngliche Nachricht----- Von: Sean Flanigan [mailto:sflaniga at redhat.com] Gesendet: Freitag, 27. M?rz 2015 01:28 An: Widura Schwittek; zanata-users at redhat.com Betreff: Re: [zanata-users] Problem installing zanata 3.6.0 on wildfly 8.1.0 fresh On 2015-03-26 20:22, Widura Schwittek wrote: > Dear community! > > > > I tried out to installing zanata with the zanata installer 3.6.0 for > wildfly 8.1.0 on Oracle JDK 1.8.0_60-ea-b07. I followed the > instructions on readthedocs. But I get the following exception while > liquibase is applying the sql migration scripts: > > > > 08:42:36,389Z ERROR [liquibase] (MSC service thread 1-4) > db/db.changelog.xml: > db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com: Change Set > db/changelogs/db.changelog-1.5.xml::8::aeng at redhat.com failed. Error: > Error executing SQL ALTER TABLE zanata.HGlossaryEntry MODIFY id BIGINT > AUTO_INCREMENT: Cannot change column 'id': used in a foreign key > constraint 'UKglossaryterm_glossary_entry_id' of table > 'zanata.hglossaryterm': > > > > For testing I tried again giving all rights to the mysql user but > without any change. Do you have any idea how to fix this? > > > > Many thanks in advance! > > Widura Hi Widura, Going by that error message, it sounds like you might be using mysql 5.6 or later. That's not supported, sorry: https://bugzilla.redhat.com/show_bug.cgi?id=1048293 Zanata is mainly tested against mysql 5.5, although it generally works (without guarantee) on mysql back to 5.1, or on recent versions of mariadb. I would recommend you try one of those options. Regards -- Sean Flanigan Principal Software Engineer Localisation Tools Engineering Red Hat