Hi, looks like there's a problem with your SMTP configuration, is it correctly configured in the wiki preferences ? can you look at your SMTP logs to see what happens ? JV. On Wed, Aug 6, 2008 at 11:53 AM, syam_kg <[email protected]> wrote:
Hi All
We are using xwiki-enterprise-1.5 which have the option to send the validation email to the person who registers new. But I am getting the following error when i click on the Register button on the Registration page.
Error number 10003 in 10: Exception while sending email from [email protected] to [Ljava.lang.String;@68ece8 Wrapped Exception: Connection reset com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while sending email from [email protected] to [Ljava.lang.String;@68ece8 Wrapped Exception: Connection reset at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3305) at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3328) at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3242) at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3207) at com.xpn.xwiki.XWiki.createUser(XWiki.java:3161) at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at org.mortbay.http.HttpServer.service(HttpServer.java:954) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Do we need to do any specific configuration to avail the email functionality ?