Fabian, (I'm copying in dspace-devel again)
Is it the exact same error in the log files? If there's a new error it will appear further down in your log file. You can also delete the existing log file & restart DSpace to more easily see the new errors in your logs. As I sent you previously, we've written a useful guide on locating Error messages in log files. I'd also encourage you to try and do a google search or search our email archives for the error to see if it's something easy to resolve. The details on how to search the email archives are also in the below guide. https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error Our online Documentation is also a useful resource in helping to figure out how to perform various tasks in DSpace: * Official Docs: https://wiki.duraspace.org/display/DSDOC/DSpace+Documentation * How-To Guides on Wiki: https://wiki.duraspace.org/display/DSPACE/How+To+Guides * Various other DSpace resources: https://wiki.duraspace.org/display/DSPACE/DSpaceResources#DSpaceResources-Guides - Tim On 10/14/2011 3:59 PM, Fabian Obi Walter wrote: > i validated the SMTP mail yet the error continue to exist > > > ------------------------------------------------------------------------ > *From:* Tim Donohue <[email protected]> > *To:* Fabian Obi Walter <[email protected]> > *Cc:* "[email protected]" > <[email protected]> > *Sent:* Friday, October 14, 2011 9:28 PM > *Subject:* Re: [Dspace-devel] internal error > > Hi Fabian, > > The error message near the top of the file says: > > javax.mail.MessagingException: Unknown SMTP host: > [email protected] <mailto:[email protected]>; > nested exception is: > java.net.UnknownHostException: [email protected] > <mailto:[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] > <mailto:[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] > <mailto:[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
