Re: [CODE4LIB] Archives Spaces - Internal Server Error 500

2015-07-23 Thread Chris Fitzpatrick
Hi, Yes, what version are you running? b,chris. On Tue, Jul 21, 2015 at 9:18 AM, KNOWLES Claire wrote: > Hi Michael, > > Have you posted to the ArchivesSpace Google Group > https://groups.google.com/forum/#!forum/archivesspace? I've found it > really helpful when I've had issues with ArchivesSp

Re: [CODE4LIB] Archives Spaces - Internal Server Error 500

2015-07-21 Thread KNOWLES Claire
Hi Michael, Have you posted to the ArchivesSpace Google Group https://groups.google.com/forum/#!forum/archivesspace? I've found it really helpful when I've had issues with ArchivesSpace. What version of ArchivesSpace are you running? Claire -- Claire Knowles Library and University Collections

Re: [CODE4LIB] Archives Spaces - Internal Server Error 500

2015-07-16 Thread Cary Gordon
ArchivesSpace isn’t a simple web app. It generally runs under Tomcat, JBoss or another Java application server. It may be proxied through Apache, Nginx or Varnish. The devil is in the details, and the details are in the documentation. The documentation is in GitHub

Re: [CODE4LIB] Archives Spaces - Internal Server Error 500

2015-07-16 Thread Jason Bengtson
I agree with Bruce. If it isn't in your general system settings, or your server (Apache or nginx or whatever) settings then it's something you need to change in the configuration for whatever scripting language the archiving application is built in. I've had to increase timeout allowances in PHP (e

Re: [CODE4LIB] Archives Spaces - Internal Server Error 500

2015-07-16 Thread Alderman, Bruce, JCL
Is this a Linux server? Try /etc/httpd/conf/httpd.conf and look for the TimeOut directive. Other possibilities that could generate a 500 error: * The directory in which the script resides is not configured to process scripts. * Apache does not have permission to execute the script. But if eith