Hi Niko,

you can export and import the content again to have a clean workspace.

When two users log in with the same account (for example: superuser/ superuser) the logs are bombed with the same recurring exception: javax.jcr.InvalidItemStateException ...lastAccess: the item cannot be saved because it has been modified externally.

magnolia uses single user "admin" to log in to the repository and each session is unique. so it does not depend on a user name you use to log in to magnolia


This is from MgnlUser.setLastAccess(l 281) ...

Is this the place where it started? can you please figure out the actions from the logs what happened before. this could happen if the session writing is not synchronized, we cannot share a session between threads.


Regards
- Sameer



On Jun 15, 2006, at 1:09 PM, Nicolas Modrzyk wrote:

Hi All,

When two users log in with the same account (for example: superuser/ superuser) the logs are bombed with the same recurring exception: javax.jcr.InvalidItemStateException ...lastAccess: the item cannot be saved because it has been modified externally.

This is from MgnlUser.setLastAccess(l 281) ...

How we can we revert to a stable state ? The system does not recover from it ... (as in, even after a few hours, and session should have expired, the exception still comes back thousand of times in the logs).

The short solution is... turn the logs off :P

Anybody has an idea what the real solution is ?

Niko,


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to