[dspace-tech] Re: Connection refused msg when attempting to reset password for another user.

2018-11-14 Thread Mark H. Wood
On Tuesday, November 13, 2018 at 1:55:04 PM UTC-5, Chin U. Kim wrote: > > Connection refused (Connection refused) > Go to DSpace home > > Please contact the site administrator if you wish to report this error. If > possible, please provide details about what you were doing at the time this >

Re: [dspace-tech] Error sending emails through O365 / DSpace v5.5

2018-11-14 Thread Shaun donovan
Hi Evelthon. You certainly can. Just set your the SMTP settings in you dspace.cfg file (better in local.cfg if you are on version 6.x). These look like this: # SMTP mail server (allows DSpace to send email notifications) mail.server = smtp.example.com # SMTP mail server authentication

[dspace-tech] Error sending emails through O365 / DSpace v5.5

2018-11-14 Thread Evelthon Prodromou
Dear all, Has anyone successfully sent emails through Office365? My problem occurs with the mail settings in dspace.cfg. The server itself uses postfix and has been successfully configured to send emails through  O365. Can we configure email relaying through local postfix? Thank you,

Re: [dspace-tech] Enabling REST interface

2018-11-14 Thread Sean Carte
The /var/log/tomcat7/localhost.2018-11.14.log has some interesting info: ... INFO: Marking servlet DSpace REST API as unavailable Nov 14, 2018 4:08:51 AM org.apache.catalina.core.StandardContext loadOnStartup SEVERE: Servlet [DSpace REST API] in web application [/rest] threw load() exception

Re: [dspace-tech] Enabling REST interface

2018-11-14 Thread Sean Carte
Also, the permissions are the same as for all the other webapps, including sword2 and jspui, which do work. On Wed, 14 Nov 2018 at 11:40, Sean Carte wrote: > Thanks for responding, Alan. > > Yes, the path exists: > dspace@dev-ir:~$ ls /dspacecris-dut/webapps/rest/ > ametrics common css image

Re: [dspace-tech] Enabling REST interface

2018-11-14 Thread Alan Orth
Dear Sean, It's "good" that the /rest path doesn't work either. So something is wrong with the loading of this application. Restart Tomcat and watch the logs as it loads each application (xmlui, solr, rest, etc). On Ubuntu that would be the general Tomcat Catalina logs[0] and localhost container

Re: [dspace-tech] Enabling REST interface

2018-11-14 Thread Alan Orth
Dear Sean, Does the root path for the rest API work, ie /rest? Also, some basic sanity checking: make sure the path you gave as the context docBase exists: $ ls -l /dspacecris-dut/webapps/rest Cheers, On Tue, Nov 13, 2018 at 8:45 AM Sean Carte wrote: > I'm trying to enable the REST