Re: [Dspace-tech] email problem

2010-11-13 Thread Steve Swinsburg
Hi,

Here's your issue:

javax.mail.AuthenticationFailedException
at javax.mail.Service.connect(Service.java:306)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at org.dspace.core.Email.send(Email.java:429)

DSpace 1.6 allows setting the username and password for outgoing mail 
(mail.server.username and mail.server.password), I am not sure if 1.5.x does.

http://www.dspace.org/1_5_2Documentation/DSpace-Manual.pdf
http://www.dspace.org/1_6_0Documentation/ch05.html#N120E7

cheers,
Steve

On 13/11/2010, at 6:41 PM, AMJAD USMAN wrote:

 i am using Dspace 1.5.2 on windows server 2008.
 i am facing email problem.
 It gives internal system error when a new user registers himself.
 Dspace log file shows this error:
 
 2010-11-13 02:33:02,450 INFO  org.dspace.app.webui.servlet.RegisterServlet @ 
 anonymous:session_id=F8DC4D6BFA2522FF304E7006942D9AB4:ip_addr=115.186.131.86:sendtoken_register:email=au_mar...@yahoo.com
 2010-11-13 02:33:07,435 INFO  org.dspace.app.webui.servlet.RegisterServlet @ 
 anonymous:session_id=F8DC4D6BFA2522FF304E7006942D9AB4:ip_addr=115.186.131.86:error_emailing:email=au_mar...@yahoo.com
 javax.mail.AuthenticationFailedException
 at javax.mail.Service.connect(Service.java:306)
 at javax.mail.Service.connect(Service.java:156)
 at javax.mail.Service.connect(Service.java:105)
 at javax.mail.Transport.send0(Transport.java:168)
 at javax.mail.Transport.send(Transport.java:98)
 at org.dspace.core.Email.send(Email.java:429)
 at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
 at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
 at 
 org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
 at 
 org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
 at 
 org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
 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:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
 at 
 org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
 at 
 org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:574)
 at 
 org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1527)
 at java.lang.Thread.run(Unknown Source)
 
 From:
 Amjad
 
 
 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] email problem

2010-11-12 Thread Stuart Lewis
Hi Amjad,

 i am using dspace 1.5.2 with postgresql 9.
 
 when a user user registers himself, it does not send registration message his 
 email rather returns system internal error.
 i checked the email parameters. i m using gmail mail server with correct port 
 and authentication, but still in vain.
 can anybody pliz help me ? i am getting sick of this problem.

There could be a number of causes for this.  In order to diagnose the specific 
problem we'll need more details.  You can find out how to get these details 
here:

 - https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] email problem

2010-11-12 Thread AMJAD USMAN

i am using Dspace 1.5.2 on windows server 2008.
i am facing email problem.
It gives internal system error when a new user registers himself.
Dspace log file shows this error:

2010-11-13 02:33:02,450 INFO  org.dspace.app.webui.servlet.RegisterServlet @ 
anonymous:session_id=F8DC4D6BFA2522FF304E7006942D9AB4:ip_addr=115.186.131.86:sendtoken_register:email=au_mar...@yahoo.com
2010-11-13 02:33:07,435 INFO  org.dspace.app.webui.servlet.RegisterServlet @ 
anonymous:session_id=F8DC4D6BFA2522FF304E7006942D9AB4:ip_addr=115.186.131.86:error_emailing:email=au_mar...@yahoo.com
javax.mail.AuthenticationFailedException
at javax.mail.Service.connect(Service.java:306)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at org.dspace.core.Email.send(Email.java:429)
at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
at 
org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
at 
org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
at 
org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
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:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at 
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at 
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:574)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1527)
at java.lang.Thread.run(Unknown Source)

From:
Amjad


  --
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] email problem

2010-11-11 Thread AMJAD USMAN

i am using dspace 1.5.2 with postgresql 9.

when a user user registers himself, it does not send registration message his 
email rather returns system internal error.
i checked the email parameters. i m using gmail mail server with correct port 
and authentication, but still in vain.
can anybody pliz help me ? i am getting sick of this problem.

From:
Amjad


  --
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Email Problem - SSL

2010-04-18 Thread bryce ray
Current Dspace Version: 1.5.2

A while back someone who worked here added a component
/dspace/modules/jspui/src/main/java/org/dspace/core/Email.java
I believe the purpose of this was to allow us to connect to gmail via smtp
using TLS.  This was setup and working fine.  However, now I need to change
our email settings so that they use our internal smtp server.  The problem
is that our internal email server is not ssl or tls.  I've verified that the
email settings (host, uname, pass, port) are correct on a different
installation of dspace (without the Email.java component).  To me, it seems
that the problem has to be that dspace is trying to connect to our internal
system using the ssl or tls protocols.

Is there someone way I can fix this short of removing the Email.java file
and repackaging?

Thanks for your help.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Email Problem

2007-11-01 Thread Wayne Graham
Hi,

We're looking at dspace here and I'm running into a problem with the 
email servlet. Whenever I try to send an email, an exception is raised 
in the dspace.log file for

org.dspace.app.webui.servlet.FeedbackServlet @...error_mailing_feedback:
javax.mail.NoSuchProviderException: smtp
...

Any thoughts on what's going on?

TIA,
Wayne

-- 
/**
  * Wayne Graham
  * Earl Gregg Swem Library
  * PO Box 8794
  * Williamsburg, VA 23188
  * 757.221.3112
  * http://swem.wm.edu/blogs/waynegraham/
  */


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Email Problem

2007-11-01 Thread Christian Voelker
Hello,

Am 01.11.2007 um 20:34 schrieb Wayne Graham:

 We're looking at dspace here and I'm running into a problem with the
 email servlet. Whenever I try to send an email, an exception is raised
 in the dspace.log file for

 org.dspace.app.webui.servlet.FeedbackServlet  
 @...error_mailing_feedback:
 javax.mail.NoSuchProviderException: smtp
 ...

 Any thoughts on what's going on?

Try this: Log in as user dspace or whatever unix
user your tomcat runs as and send a mail outbound
to one of your mail accounts using mailx. Your
mail server might also block this based on your
mail.from.address or it runs on a different
machine, it requires a username and password
and you forgot to configure the lines 75ff. in
your dspace.cfg? If sending mail works from the
terminal but not from within the application,
then I am lost.

Bye, Christian


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech