EPrints Technical Mailing List Archive
Message: #07680
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] EPrints 3.3.16 error when running apache2 restart
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>, "Ajunk Pracetio" <prazetyo@gmail.com>
- Subject: Re: [EP-tech] EPrints 3.3.16 error when running apache2 restart
- From: "Newman D.R." <drn@ecs.soton.ac.uk>
- Date: Thu, 31 Jan 2019 00:19:12 +0000
Hi Ajunk, This is because you are running mpm_event Apache module rather than mpm_prefork. I believe you can still switch this over on Ubuntu 18.04 with: a2dismod mpm_event a2enmod mpm_prefork There was issues with EPrints running on Apache using mpm_event. I have previously posted on this list asking people to try out EPrints (later 3.3.x version) on Ubuntu 16.04 and Ubuntu 18.04 using mpm_event not mpm_prefork to see if they see any issue,
after removing the unrequired deb package (libxml-libxslt-perl) which caused segmentation faults when used with mpm_event. Unfortunately, I never got any feedback at the time, so I decided to retain the message until I was confident this problem was the reason
behind the message originally being added. That all said, the threads message is only a notice warning you that you might have issue not actually something preventing Apache from restarting. The issue is that you do not have the version number set. This can be fixed by copying perl_lib/EPrints/SystemSettings.pm.tmpl
to perl_lib/EPrints/SystemSettings.pm. I think this would normally happen if you were create a new archive from scratch using the "epadmin create" command but if you are upgrading then it will not. You may need to merge some config options from your old
(3.3.12) SystemSettings.pm if you modified this for some reason, (e.g. setting a specific SMTP server to use to send emails through). Otherwise, just copying the .tmpl file across should be sufficient. Regards David Newman On 30/01/2019 23:39, Ajunk Pracetio via Eprints-tech wrote:
|
- References:
- [EP-tech] EPrints 3.3.16 error when running apache2 restart
- From: Ajunk Pracetio <prazetyo@gmail.com>
- [EP-tech] EPrints 3.3.16 error when running apache2 restart
- Prev by Date: [EP-tech] EPrints 3.3.16 error when running apache2 restart
- Next by Date: [EP-tech] [EP-Tech] Debugging Eprints
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):