Full debug log is here: https://gist.github.com/hardyoyo/09d606865d642a5e0deffd5a5d403ebc
Note that the Virus Scan passed: Item: in workflow had no viruses detected. The NPE is regarding the inability to send a notification, but the log file does not indicate *why* it's trying to send a notification. My only thought is that perhaps the feedback from Clamd has somehow changed, and the "no viruses detected" message is being treated as an error condition that needs to be reported. I do currently have the JSPUI-only option "alert.recipient" configured. Maybe if I remove that configuration, the system will stop trying to email an error notification, and I'll get some more information in my log files? --Hardy On Wed, Nov 9, 2016 at 9:13 AM, Hardy Pottinger <[email protected]> wrote: > Hi, thanks, port 25 is open on this server, and the test-email script runs > successfully: > > dspace/bin/dspace test-email > > About to send test email: > - To: [email protected] > - Subject: DSpace test email > - Server: 127.0.0.1 > > Email sent successfully! > > > On Wed, Nov 9, 2016 at 3:59 AM, Luiz dos Santos <[email protected]> wrote: > >> Your antivirus should have a firewall that is blocking the smtp port, >> disable the antivirus firewall or just open the smtp port, the number of >> the smtp port is 25. >> >> >> On Wednesday, November 9, 2016, Hilton Gibson <[email protected]> >> wrote: >> >>> Works great on Ubuntu, see: http://wiki.lib.sun.ac.za >>> /index.php/SUNScholar/Curation >>> >>> >>> *Hilton Gibson* >>> Stellenbosch University Library >>> *http://orcid.org/0000-0002-2992-208X >>> <http://orcid.org/0000-0002-2992-208X>* >>> >>> >>> On 9 November 2016 at 01:53, Hardy Pottinger <[email protected]> >>> wrote: >>> >>>> Hi, I have a DSpace 5-based pilot project I am setting up on RHEL 6, >>>> and it's mostly working. However, I cannot seem to get the clamd server >>>> talking to DSpace. I have Clamd installed and running on a TCP port bound >>>> to localhost, and the curation task is configured to run as part of the >>>> submission process. However, uploading a file fails no matter what I try. >>>> With virus scanning turned off, I *can* upload a file. When I re-enable it >>>> as part of the submission process, uploading a virus-free file fails, with >>>> just an enigmatic yellow exclamation mark on the upload screen, no error >>>> message. When I attempt to upload an EICAR test file (a well-known way to >>>> test AV software) a similar error condition is shown (yellow exclamation >>>> mark, no errror message). Anyway, I'm hoping this might sound familiar to >>>> someone... this feels like I've missed a configuration somewhere. The >>>> dspace.log file isn't very helpful at the moment. I will try turning on >>>> debug logging to try to get more information. Any other suggestions? >>>> Thanks! >>>> >>>> --Hardy >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "DSpace Technical Support" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/dspace-tech. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "DSpace Technical Support" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/dspace-tech. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> -- >> Luiz Claudio Santos >> http://luizclaudiosantos.me/ >> >> > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
