Skip to content

Instantly share code, notes, and snippets.

@m0smith
Created July 25, 2013 21:02
Show Gist options
  • Save m0smith/6083731 to your computer and use it in GitHub Desktop.
Save m0smith/6083731 to your computer and use it in GitHub Desktop.
Stack Trace from Archiva
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)
@m0smith
Copy link
Author

m0smith commented Jul 25, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment