I have a problem after deployment of Alfresco 2.2 on Weblogic 10 (using MySQL 5.0).
I deployed the war file on WL succesfully, the database is correctly configured and the application running… But I get this error when browsing Alfresco, on the very first page (http://localhost:7001/alfresco/) :
org.alfresco.error.AlfrescoRuntimeException: Error during getUserPreferencesRef(): Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition. caused by: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.
I saw in older topics that same kind of error was referenced as a bug, but in older releases…
Anyone experienced that error before on version 2.2 ? Is this something configurable ?
It is a currently outstanding issue for 2.2 - see https://issues.alfresco.com/browse/ETWOTWO-345 Note, we have not yet released a supported version of 2.2 for weblogic yet, that should be coming soon.