Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0-M2
-
Fix Version/s: 2.1.0
-
Component/s: Web - Spring
-
Labels:None
Description
DEBUG [2046394463@qtp-1167842149-2] SignupController.onSubmit(48) | entering 'onSubmit' method...
DEBUG [2046394463@qtp-1167842149-2] UserSecurityAdvice.before(99) | Registering new user 'admin'
DEBUG [2046394463@qtp-1167842149-2] UserDaoHibernate.saveUser(49) | user's id: null
WARN [2046394463@qtp-1167842149-2] JDBCExceptionReporter.logExceptions(233) | SQL Error: 1062, SQLState: 23000
ERROR [2046394463@qtp-1167842149-2] JDBCExceptionReporter.logExceptions(234) | Duplicate entry 'admin' for key 'username'
WARN [2046394463@qtp-1167842149-2] UserManagerImpl.saveUser(96) | could not insert: [org.appfuse.model.User]; SQL [insert into app_user (account_expired, account_locked, address, city, country, postal_code, province, credentials_expired, email, account_enabled, first_name, last_name, password, password_hint, phone_number, username, version, website) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [org.appfuse.model.User]
WARN [386164770@qtp-1167842149-0] ValidatorResources.getForm(448) | Form 'null' not found for locale 'en_US'