Re: [Dspace-devel] [Dspace-tech] HTTP Status 500 error

2011-04-18 Thread Mark H. Wood
It looks to me like it's running very low on memory. The message seems to mean that the JRE is spending too much time garbage-collecting. You might want to install a resource monitor in your servlet container and watch how memory management is behaving -- I use LambdaProbe but there are others.

Re: [Dspace-devel] [Dspace-tech] HTTP Status 500 error

2011-04-18 Thread Peter Dietz
Since it looks like your system is low on memory, it could be due to an increase in traffic, a memory leak (which something like LambdaProbe could help you detect), a misconfiguration, or just overall memory usage and exhaustion. If there are spare resources on the server, you could try to