I'm getting the error from the gui for ANY user loggin on (even admin): The URL requested results in an internal error. If I tail the log, I see a message when I try to login with the wrong password saying so. If I login with the correct password, nada. I am, however getting a bunch of stuff in the wrapper log starting with: INFO | jvm 1 | 2011/08/09 08:28:53 | 2011-08-09 08:28:53.841::WARN: /continuum/security/login.action INFO | jvm 1 | 2011/08/09 08:28:53 | javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO JDOAUTHENTICATIONKEY (FOR_PRINCIPAL,DATE_CREATED,MODEL_ENCODING,DATE_EXPIRES,PURPOSE,AUTHKEY) VALUES (?,?,?,?,?,?) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:455) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.store.StoreManager.insert(StoreManager.java:938) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1206) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1277) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.codehaus.plexus.jdo.PlexusJdoUtils.addObject(PlexusJdoUtils.java:97) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.codehaus.plexus.jdo.PlexusJdoUtils.addObject(PlexusJdoUtils.java:78) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.codehaus.plexus.redback.keys.jdo.JdoKeyManager.addKey(JdoKeyManager.java:79) INFO | jvm 1 | 2011/08/09 08:28:53 | at org.codehaus.plexus.redback.keys.jdo.JdoKeyManager.createKey(JdoKeyManager.java:74)
Any help? I'm pretty desparate because I have a pack of developers breathing down my neck... Thanks, Eric
