Hi Fabian, The error message near the top of the file says:
javax.mail.MessagingException: Unknown SMTP host: [email protected]; nested exception is: java.net.UnknownHostException: [email protected] Essentially, it is saying that your SMTP settings are incorrect. It's trying to send an email using a host named "[email protected]", but it cannot locate that host. This means that your Email settings in your dspace.cfg are invalid. You'll want to find this section of your dspace.cfg and enter in valid SMTP email settings, so that DSpace can send emails. ##### Email settings ###### # SMTP mail server mail.server = ${default.mail.server} # SMTP mail server authentication username and password (if required) # mail.server.username = myusername # mail.server.password = mypassword # SMTP mail server alternate port (defaults to 25) # mail.server.port = 25 Since it looks like you may be trying to use GMail with DSpace, you might find this blog entry useful: http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/ - Tim On 10/14/2011 3:16 PM, Fabian Obi Walter wrote: > here is the full error message what will i do > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > > > > _______________________________________________ > Dspace-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
