I am trying to send test email in confluence but I am getting the below error. How can I fix it?
Thanks for answers
An error has occurred with sending the test email:
com.atlassian.mail.MailException: javax.naming.NameNotFoundException: Name JiraGMailServer is not bound in this Context
at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServerImpl.java:187)
at com.atlassian.confluence.jmx.JmxSMTPMailServer.send(JmxSMTPMailServer.java:71)
at com.atlassian.confluence.admin.actions.mail.SendTestEmailAction.execute(SendTestEmailAction.java:52)
at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:168)
at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
....
It cannot be done from administration panel. You should write it directly to the file as follows.
This problem has solved yet.
Here is the solution:
https://confluence.atlassian.com/pages/viewpage.action?pageId=42795030
I had the same problem and noticed a trailing space in the JDNI text and once I removed it, it worked. Giuliano's post helped, thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the solution:
https://confluence.atlassian.com/pages/viewpage.action?pageId=42795030
You should change the settings from server.xml manually.
Cheers :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Looking through your Stack Trace, this problem could be related to your resource name and JNDI name.
You must name your JNDI path according to the resource name in your server.xml. In this case:
mail/GmailSmtpServer. Therefore, my JNDI path would be java:comp/env/mail/GmailSmtpServer.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JDNI path is java:comp/env/mail/JiraGMailServer. I tried also java:comp/env/mail/GmailSmtpServer. It gives the same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.