Hi, 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. tschuess Thomas -- Thomas Schroeder Senior Software Developer www.wotif.com [email protected] Mobile: +61 4 0393 6500 This email (including any attachments) is confidential and may be privileged. If you have received it in error, please notify the sender by return email and delete this message from your system. Any unauthorised use or dissemination of this message in whole or in part is strictly prohibited. Please note that emails are susceptible to change and we will not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system. We do not guarantee that the integrity of this communication has been maintained nor that this communication is free of viruses, interceptions or interference. ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
