Thomas Schroeder wrote:
During installation/update of modules we received the following error message: Could not perform installation: javax.jcr.NoSuchWorkspaceException: resources It looks like my OS (Ubuntu 9.04) has not enough file handles. ulimit -n was reporting 1024 After changing that to 8192 (and restarting my PC) magnolia was updating fine. NOTE: Do the following on your own risk! To change the number of files edit the file /etc/security/limits.conf and add something like * soft nofile 8192 * hard nofile 8192 That was working for me.
http://wiki.magnolia-cms.com/display/WIKI/Too+Many+Open+Files Nils Breunese. ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
