Could not perform installation: javax.jcr.NoSuchWorkspaceException: resources

View: New views
3 Messages — Rating Filter:   Alert me  

Could not perform installation: javax.jcr.NoSuchWorkspaceException: resources

by Thomas Schroeder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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
Thomas.Schroeder@...
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: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: Could not perform installation: javax.jcr.NoSuchWorkspaceException: resources

by Matteo Pelucco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thomas Schroeder ha scritto:

> 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.

It is a known issue:
http://wiki.magnolia-cms.com/display/WIKI/Too+Many+Open+Files

you see this behaviour only on "personal desktop" because normally
production servers have this limit already increased.

Matteo


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: Could not perform installation: javax.jcr.NoSuchWorkspaceException: resources

by Nils Breunese-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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: <user-list-unsubscribe@...>
----------------------------------------------------------------