I installed an evaluation verson of Alfresco on Debian (Sarge) earlier in November. On Friday, our log file said that we had 16 days left in the eval (which sounds about right.) Alfresco had been up and running for several days without a hitch, but then I rebooted the machine, and started Alfresco up again.
Now everything is broken, and I'm getting this error in my log file right after starting alfresco:
10:24:04,474 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco license: Failed to verify license - Invalid License!
10:24:04,488 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco license: Restricted Alfresco Repository to read-only capability
This read-only capability keeps causing Java to throw these errors:
"Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER) - turn your Session into FlushMode.AUTO or remove 'readOnly' marker from transaction definition at "
Which has rendered my system useless, since I have been having it reload LDAP information on startup.
Does anyone know why my license is failing? Granted, it was a temporary license, but it should still be valid. What's especially troubling is that I don't recall making any changes to the system that would cause this.