Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 10.0
-
Component/s: Reset Password & Account Validation
-
Labels:
-
10 status:Resolved
-
Conversion Script Required:Yes
-
Test Plan:
Description
The name fields are not required for a user, and if these are left blank, and you attempt to reset the password, you get a stack trace. See testing tab for more info about how to reproduce on nightly.
Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into ("SAK"."VALIDATIONACCOUNT_ITEM"."FIRST_NAME")
at oracle.jdbc.driver.DatabaseError.throwBatchUpdateException(DatabaseError.java:343)
at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10720)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:268)
... 99 more
2014-01-09 15:17:57,921 WARN http-bio-8082-exec-8 PonderUtilCore - Exception rendering view:
java.lang.ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;