From pwozniak at man.poznan.pl Tue Feb 10 15:21:21 2015 From: pwozniak at man.poznan.pl (=?UTF-8?B?UGF3ZcWCIFdvxbpuaWFr?=) Date: Tue, 10 Feb 2015 16:21:21 +0100 Subject: [zanata-users] Mail sending problem from Zanata Message-ID: <54DA21F1.6010904@man.poznan.pl> Hi! I have my local installation of Zanata application. The problem is that this application can not send emails to the application's users. For example when I try to create use account I receive exception: javax.mail.NoSuchProviderException: No provider for smtp How can I solve this problem? Pawel From pierce at xtuple.com Tue Feb 10 17:10:32 2015 From: pierce at xtuple.com (Pierce Tyler) Date: Tue, 10 Feb 2015 12:10:32 -0500 Subject: [zanata-users] Add new maintainer to project Message-ID: <54DA3B88.7000601@xtuple.com> Hi, Some time ago, a former employee created a translation project for us on Zanata. He was the only maintainer. Now that he is no longer with our company, how can I add myself as a maintainer on this project so that we can use it? Thanks in advance for any help. Best regards, Pierce -- From djansen at redhat.com Tue Feb 10 21:57:34 2015 From: djansen at redhat.com (Damian Jansen) Date: Wed, 11 Feb 2015 07:57:34 +1000 Subject: [zanata-users] Add new maintainer to project In-Reply-To: <54DA3B88.7000601@xtuple.com> References: <54DA3B88.7000601@xtuple.com> Message-ID: <54DA7ECE.4040902@redhat.com> On 11/02/15 03:10, Pierce Tyler wrote: > Hi, > > Some time ago, a former employee created a translation project for us > on Zanata. He was the only maintainer. Now that he is no longer with > our company, how can I add myself as a maintainer on this project so > that we can use it? > > Thanks in advance for any help. > > Best regards, > Pierce > > -- > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users Hi Pierce, The Zanata administrators can replace a sole project maintainer that is no longer with the project. I assume that this is a project on Zanata.org (i.e. not a self-hosted instance)? If so, you can send me the project and user details directly (or use the in-app Help>Contact Admin panel) and I will proceed with fixing this for you. Best regards, Damian -- Quality Engineer Red Hat BNE 193 North Quay Brisbane 4000 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pahuang at redhat.com Tue Feb 10 23:07:08 2015 From: pahuang at redhat.com (Patrick Huang) Date: Tue, 10 Feb 2015 18:07:08 -0500 (EST) Subject: [zanata-users] Mail sending problem from Zanata In-Reply-To: <54DA21F1.6010904@man.poznan.pl> References: <54DA21F1.6010904@man.poznan.pl> Message-ID: <1888605526.10326050.1423609628332.JavaMail.zimbra@redhat.com> Hi Pawel, Please refer to https://github.com/zanata/zanata-server/wiki/Email for you email session configuration. By default you JBoss server should have it configured (search for "java:jboss/mail/Default" in your standalone.xml). If not you need to configure it as the per the link provided on that wiki page. Regards, Patrick Huang Senior Software Engineer Engineering - Internationalisation Red Hat ----- Original Message ----- > From: "Pawe? Wo?niak" > To: zanata-users at redhat.com > Sent: Wednesday, February 11, 2015 1:21:21 AM > Subject: [zanata-users] Mail sending problem from Zanata > > Hi! > > I have my local installation of Zanata application. The problem is that > this application can not send emails to the application's users. > For example when I try to create use account I receive exception: > > javax.mail.NoSuchProviderException: No provider for smtp > > How can I solve this problem? > > > Pawel > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > From pwozniak at man.poznan.pl Wed Feb 11 09:07:48 2015 From: pwozniak at man.poznan.pl (=?UTF-8?B?UGF3ZcWCIFdvxbpuaWFr?=) Date: Wed, 11 Feb 2015 10:07:48 +0100 Subject: [zanata-users] Mail sending problem from Zanata In-Reply-To: <1888605526.10326050.1423609628332.JavaMail.zimbra@redhat.com> References: <54DA21F1.6010904@man.poznan.pl> <1888605526.10326050.1423609628332.JavaMail.zimbra@redhat.com> Message-ID: <54DB1BE4.8010101@man.poznan.pl> Hi, thank You for Your replay. I configured email session in standalone.xml file earlier. Here is my configuration: And it still does not work. Here is what I did after that. 1. I removed all JNDI bindings from standalone.xml related to zanata mail session configuration. So i removed these lines: and during registration process I received error: Caused by: javax.faces.el.EvaluationException: java.lang.RuntimeException: 'From' email address has not been defined in either zanata.properties or Zanata setup 2. Than I added this line to the JNDI bindings (in standalone.xml): but now user registration finished with error: java.lang.RuntimeException: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; 3. Than I added this lines to the JNDI bindings (in standalone.xml) and i got an error: java.lang.RuntimeException: javax.mail.NoSuchProviderException: No provider for smtp the same like at the begging. I also created small applications which sends email using configured java:jboss/mail/Default mail session. And it works (mails are sent). I'm using zanata 3.5.1 Regards, Pawel W dniu 2015-02-11 o 00:07, Patrick Huang pisze: > Hi Pawel, > > Please refer to https://github.com/zanata/zanata-server/wiki/Email for you email session configuration. By default you JBoss server should have it configured (search for "java:jboss/mail/Default" in your standalone.xml). If not you need to configure it as the per the link provided on that wiki page. > > Regards, > Patrick Huang > Senior Software Engineer > Engineering - Internationalisation > Red Hat > > ----- Original Message ----- >> From: "Pawe? Wo?niak" >> To: zanata-users at redhat.com >> Sent: Wednesday, February 11, 2015 1:21:21 AM >> Subject: [zanata-users] Mail sending problem from Zanata >> >> Hi! >> >> I have my local installation of Zanata application. The problem is that >> this application can not send emails to the application's users. >> For example when I try to create use account I receive exception: >> >> javax.mail.NoSuchProviderException: No provider for smtp >> >> How can I solve this problem? >> >> >> Pawel >> >> _______________________________________________ >> zanata-users mailing list >> zanata-users at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-users >> From aeng at redhat.com Wed Feb 11 21:23:32 2015 From: aeng at redhat.com (Alex Eng) Date: Wed, 11 Feb 2015 16:23:32 -0500 (EST) Subject: [zanata-users] Mail sending problem from Zanata In-Reply-To: <54DB1BE4.8010101@man.poznan.pl> References: <54DA21F1.6010904@man.poznan.pl> <1888605526.10326050.1423609628332.JavaMail.zimbra@redhat.com> <54DB1BE4.8010101@man.poznan.pl> Message-ID: <189780612.10687343.1423689812375.JavaMail.zimbra@redhat.com> Hi Pawe?, In order to get email works, goto http://{your host name}/admin/server_configuration check if "Email domain name" has configured. If you're using localhost, make sure you've got smtp service running in your machine. (eg. postfix or sendmail). Or you can try external smtp service like gmail. 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: "Pawe? Wo?niak" To: "Patrick Huang" Cc: zanata-users at redhat.com Sent: Wednesday, 11 February, 2015 7:07:48 PM Subject: Re: [zanata-users] Mail sending problem from Zanata Hi, thank You for Your replay. I configured email session in standalone.xml file earlier. Here is my configuration: And it still does not work. Here is what I did after that. 1. I removed all JNDI bindings from standalone.xml related to zanata mail session configuration. So i removed these lines: and during registration process I received error: Caused by: javax.faces.el.EvaluationException: java.lang.RuntimeException: 'From' email address has not been defined in either zanata.properties or Zanata setup 2. Than I added this line to the JNDI bindings (in standalone.xml): but now user registration finished with error: java.lang.RuntimeException: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; 3. Than I added this lines to the JNDI bindings (in standalone.xml) and i got an error: java.lang.RuntimeException: javax.mail.NoSuchProviderException: No provider for smtp the same like at the begging. I also created small applications which sends email using configured java:jboss/mail/Default mail session. And it works (mails are sent). I'm using zanata 3.5.1 Regards, Pawel W dniu 2015-02-11 o 00:07, Patrick Huang pisze: > Hi Pawel, > > Please refer to https://github.com/zanata/zanata-server/wiki/Email for you email session configuration. By default you JBoss server should have it configured (search for "java:jboss/mail/Default" in your standalone.xml). If not you need to configure it as the per the link provided on that wiki page. > > Regards, > Patrick Huang > Senior Software Engineer > Engineering - Internationalisation > Red Hat > > ----- Original Message ----- >> From: "Pawe? Wo?niak" >> To: zanata-users at redhat.com >> Sent: Wednesday, February 11, 2015 1:21:21 AM >> Subject: [zanata-users] Mail sending problem from Zanata >> >> Hi! >> >> I have my local installation of Zanata application. The problem is that >> this application can not send emails to the application's users. >> For example when I try to create use account I receive exception: >> >> javax.mail.NoSuchProviderException: No provider for smtp >> >> How can I solve this problem? >> >> >> Pawel >> >> _______________________________________________ >> 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 pahuang at redhat.com Wed Feb 11 23:34:58 2015 From: pahuang at redhat.com (Patrick Huang) Date: Wed, 11 Feb 2015 18:34:58 -0500 (EST) Subject: [zanata-users] Mail sending problem from Zanata In-Reply-To: <54DB1BE4.8010101@man.poznan.pl> References: <54DA21F1.6010904@man.poznan.pl> <1888605526.10326050.1423609628332.JavaMail.zimbra@redhat.com> <54DB1BE4.8010101@man.poznan.pl> Message-ID: <1816890328.10963960.1423697698553.JavaMail.zimbra@redhat.com> Hi Pawel, Sorry I was wrong about the configuration. That wiki page I pointed you in my first reply (using "java:jboss/mail/Default") will only apply to latest zanata war which has not been released yet. So your later configuration (with " That means by default it will use localhost:25 to send emails. My linux machine has installed postfix. To help us troubleshoot your problem, could you please let us know your version of zanata and if possible, send me your standalone.xml file (with sensible information removed)? Regards, Patrick Huang Senior Software Engineer Engineering - Internationalisation Red Hat ----- Original Message ----- > From: "Pawe? Wo?niak" > To: "Patrick Huang" > Cc: zanata-users at redhat.com > Sent: Wednesday, February 11, 2015 7:07:48 PM > Subject: Re: [zanata-users] Mail sending problem from Zanata > > Hi, thank You for Your replay. > > I configured email session in standalone.xml file earlier. Here is my > configuration: > > from="sample at sample.sample"> > > > > > > > > > > > And it still does not work. > > Here is what I did after that. > > 1. I removed all JNDI bindings from standalone.xml related to zanata > mail session configuration. So i removed these lines: > > name="java:global/zanata/email/default-from-address" > value="sample at sample.sample"/> > value="sample.sample"/> > > value="sample at sample.sample"/> > value="sample"/> > > > > and during registration process I received error: > > Caused by: javax.faces.el.EvaluationException: > java.lang.RuntimeException: 'From' email address has not been defined in > either zanata.properties or Zanata setup > > 2. Than I added this line to the JNDI bindings (in standalone.xml): > > value="sample at sample.sample"/> > > but now user registration finished with error: > > java.lang.RuntimeException: javax.mail.MessagingException: Could not > connect to SMTP host: localhost, port: 25; > > 3. Than I added this lines to the JNDI bindings (in standalone.xml) > > value="sample.sample"/> > > value="sample at sample.sample"/> > value="sample"/> > > > and i got an error: > java.lang.RuntimeException: javax.mail.NoSuchProviderException: No > provider for smtp > > the same like at the begging. > > I also created small applications which sends email using configured > java:jboss/mail/Default mail session. And it works (mails are sent). > I'm using zanata 3.5.1 > > Regards, > Pawel > > > > > W dniu 2015-02-11 o 00:07, Patrick Huang pisze: > > Hi Pawel, > > > > Please refer to https://github.com/zanata/zanata-server/wiki/Email for you > > email session configuration. By default you JBoss server should have it > > configured (search for "java:jboss/mail/Default" in your standalone.xml). > > If not you need to configure it as the per the link provided on that wiki > > page. > > > > Regards, > > Patrick Huang > > Senior Software Engineer > > Engineering - Internationalisation > > Red Hat > > > > ----- Original Message ----- > >> From: "Pawe? Wo?niak" > >> To: zanata-users at redhat.com > >> Sent: Wednesday, February 11, 2015 1:21:21 AM > >> Subject: [zanata-users] Mail sending problem from Zanata > >> > >> Hi! > >> > >> I have my local installation of Zanata application. The problem is that > >> this application can not send emails to the application's users. > >> For example when I try to create use account I receive exception: > >> > >> javax.mail.NoSuchProviderException: No provider for smtp > >> > >> How can I solve this problem? > >> > >> > >> Pawel > >> > >> _______________________________________________ > >> zanata-users mailing list > >> zanata-users at redhat.com > >> https://www.redhat.com/mailman/listinfo/zanata-users > >> > > From pwozniak at man.poznan.pl Mon Feb 16 10:37:11 2015 From: pwozniak at man.poznan.pl (=?UTF-8?B?UGF3ZcWCIFdvxbpuaWFr?=) Date: Mon, 16 Feb 2015 11:37:11 +0100 Subject: [zanata-users] Mail sending problem from Zanata In-Reply-To: <1816890328.10963960.1423697698553.JavaMail.zimbra@redhat.com> References: <54DA21F1.6010904@man.poznan.pl> <1888605526.10326050.1423609628332.JavaMail.zimbra@redhat.com> <54DB1BE4.8010101@man.poznan.pl> <1816890328.10963960.1423697698553.JavaMail.zimbra@redhat.com> Message-ID: <54E1C857.5070108@man.poznan.pl> Hi, in my opinion problem occurs when I try to use external mail server (not at localhost). Here is list of steps that I took: 1. I downloaded Zanata serwer from here: http://sourceforge.net/projects/zanata/files/server/zanata-server.zip/download 2. I saw that there is no WAR file inside 'deployment' directory, so I downloaded WAR file from http://sourceforge.net/projects/zanata/files/webapp/ and inserted this into 'deployment' directory. 3. Than I changed configuration in standalone.xml: 3.1. I changed SMTP configuration to: and added bindings: 4. I also configured mysql connection in zanata-ds.xml After that I started server and tried to register new user. But I received error: Could not connect to SMTP host: localhost, port: 25; So Zanata is trying to use smtp at localhost instead of that configured in standalone.xml. After that I installed smtp server at my localhost and Zanata started to send emails. 5. Next, I added: and at registration process I received: javax.mail.NoSuchProviderException: No provider for smtp So, from my point of view, every thing work correct when You have your SMTP server installed at localhost only. For the remote SMTP servers Zanata is not able to use this server. Regards, Pawel Wozniak W dniu 2015-02-12 o 00:34, Patrick Huang pisze: > Hi Pawel, > > Sorry I was wrong about the configuration. That wiki page I pointed you in my first reply (using "java:jboss/mail/Default") will only apply to latest zanata war which has not been released yet. So your later configuration (with " > > > > > > > > > > > > > > > That means by default it will use localhost:25 to send emails. My linux machine has installed postfix. > > To help us troubleshoot your problem, could you please let us know your version of zanata and if possible, send me your standalone.xml file (with sensible information removed)? > > Regards, > Patrick Huang > Senior Software Engineer > Engineering - Internationalisation > Red Hat > > ----- Original Message ----- >> From: "Pawe? Wo?niak" >> To: "Patrick Huang" >> Cc: zanata-users at redhat.com >> Sent: Wednesday, February 11, 2015 7:07:48 PM >> Subject: Re: [zanata-users] Mail sending problem from Zanata >> >> Hi, thank You for Your replay. >> >> I configured email session in standalone.xml file earlier. Here is my >> configuration: >> >> > from="sample at sample.sample"> >> >> >> >> >> >> >> >> >> >> >> And it still does not work. >> >> Here is what I did after that. >> >> 1. I removed all JNDI bindings from standalone.xml related to zanata >> mail session configuration. So i removed these lines: >> >> > name="java:global/zanata/email/default-from-address" >> value="sample at sample.sample"/> >> > value="sample.sample"/> >> >> > value="sample at sample.sample"/> >> > value="sample"/> >> >> >> >> and during registration process I received error: >> >> Caused by: javax.faces.el.EvaluationException: >> java.lang.RuntimeException: 'From' email address has not been defined in >> either zanata.properties or Zanata setup >> >> 2. Than I added this line to the JNDI bindings (in standalone.xml): >> >> > value="sample at sample.sample"/> >> >> but now user registration finished with error: >> >> java.lang.RuntimeException: javax.mail.MessagingException: Could not >> connect to SMTP host: localhost, port: 25; >> >> 3. Than I added this lines to the JNDI bindings (in standalone.xml) >> >> > value="sample.sample"/> >> >> > value="sample at sample.sample"/> >> > value="sample"/> >> >> >> and i got an error: >> java.lang.RuntimeException: javax.mail.NoSuchProviderException: No >> provider for smtp >> >> the same like at the begging. >> >> I also created small applications which sends email using configured >> java:jboss/mail/Default mail session. And it works (mails are sent). >> I'm using zanata 3.5.1 >> >> Regards, >> Pawel >> >> >> >> >> W dniu 2015-02-11 o 00:07, Patrick Huang pisze: >>> Hi Pawel, >>> >>> Please refer to https://github.com/zanata/zanata-server/wiki/Email for you >>> email session configuration. By default you JBoss server should have it >>> configured (search for "java:jboss/mail/Default" in your standalone.xml). >>> If not you need to configure it as the per the link provided on that wiki >>> page. >>> >>> Regards, >>> Patrick Huang >>> Senior Software Engineer >>> Engineering - Internationalisation >>> Red Hat >>> >>> ----- Original Message ----- >>>> From: "Pawe? Wo?niak" >>>> To: zanata-users at redhat.com >>>> Sent: Wednesday, February 11, 2015 1:21:21 AM >>>> Subject: [zanata-users] Mail sending problem from Zanata >>>> >>>> Hi! >>>> >>>> I have my local installation of Zanata application. The problem is that >>>> this application can not send emails to the application's users. >>>> For example when I try to create use account I receive exception: >>>> >>>> javax.mail.NoSuchProviderException: No provider for smtp >>>> >>>> How can I solve this problem? >>>> >>>> >>>> Pawel >>>> >>>> _______________________________________________ >>>> zanata-users mailing list >>>> zanata-users at redhat.com >>>> https://www.redhat.com/mailman/listinfo/zanata-users >>>> >>