SQL Exception: An SQL data change is not permitted for a read-only connection, user or database.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javax.servlet.ServletException: javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO JDOAUTHENTICATIONKEY (DATE_CREATED,PURPOSE,MODEL_ENCODING,DATE_EXPIRES,FOR_PRINCIPAL,AUTHKEY) VALUES (?,?,?,?,?,?) | |
NestedThrowables: | |
SQL Exception: An SQL data change is not permitted for a read-only connection, user or database. | |
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515) | |
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419) | |
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) | |
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) | |
org.apache.struts2.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:99) |
Solution:
Change the owner of the lock file to the one that owns the process. NOTE: The lock file was not where I assumed it was but was mentioned in the log file with this error:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Failed to start database '/usr/local/maven/db/archiva/users', see the next exception for details.)
I never did find the promised exception with detail, just lots of these errors.