Hi All,

I've installed dspace 1.4.1 from scratch with jakarta-tomcat-5.0.28 and JDK 5.0.

I did all the default installations, and our site seems to be working fine except the forgot-password section.

http://lib-ir.lib.sfu.ca

It looks to me like there's a problem with java mail. All the files I could find that are related to the java mail I've compared with our old installation of dspace which works fine and they seem to be the same. None of us here at SFU have too much experience with Tomcat and Javamail. I spent a couple of days before reading about this online, but i couldn't solve the issue.

Is there a mail settings i have to set for javamail? I can't find a settings file for javamail that I can set our server values. The sendmail function on our server works fine. I can send emails out from the server itself but looks like only javamail can't send out any mail.

All my outputs and dspace error log are below.

Any help on this is very much appreciated.

Thanks in advance,

--
Siavash Miri
Computer Programmer
Library Systems
Simon Fraser University
email: [EMAIL PROTECTED]





_When a user enters his email address and clicks on submit, they get:_


 Internal System Error

The system has experienced an internal error. Please try to do what you were doing again, and if the problem persists, please contact us so we can fix the problem.

_And on the server, at /dspace/log/dspace.log I get:_

2007-01-19 15:03:14,777 INFO org.dspace.app.webui.servlet.RegisterServlet @ anonymous:session_id=1C72DC362B452CED12A6066653A11F13:ip_addr=142.58.211.229:sendtoken_forgotpw:[EMAIL PROTECTED] 2007-01-19 15:03:15,452 INFO org.dspace.app.webui.servlet.RegisterServlet @ anonymous:session_id=1C72DC362B452CED12A6066653A11F13:ip_addr=142.58.211.229:error_emailing:[EMAIL PROTECTED]
javax.mail.SendFailedException: Invalid Addresses;
 nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied

at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1196)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:584)
at javax.mail.Transport.send0(Transport.java:169)
at javax.mail.Transport.send(Transport.java:98)
at org.dspace.core.Email.send(Email.java:330)
at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:294)
at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:254)
at org.dspace.eperson.AccountManager.sendForgotPasswordInfo(AccountManager.java:119) at org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:396) at org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:209) at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147) at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied

at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1047)
... 37 more




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to