-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
4.0.0
-
None
-
JDBC users and groups on Derby (demo application)
I'm trying to create a group with a 500+ character name ("GroupGroupGroupGroup..."). When I click OK, the input box doesn't close but I don't get any error message.
The logs show this error:
Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'GroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroup&' to length 200. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
The same is true for users, I don't get any error message. Here's the error log:
Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'VeryLongUserNameVeryLongUserNameVeryLongUserNameVeryLongUser&' to length 64. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
[RUNTIME-1417] There is no error message when there is an error creating a user or a group
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | New: Laurence Aumeunier [ laurence ] |
Fix Version/s | New: 4.0RC3 [ 13980 ] |
Description |
Original:
I'm trying to create a group with a 500+ character name ("GroupGroupGroupGroup..."). When I click OK, the input box doesn't close but I don't get any error message.
The logs show this error: {noformat} Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'GroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroup&' to length 200. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) {noformat} |
New:
I'm trying to create a group with a 500+ character name ("GroupGroupGroupGroup..."). When I click OK, the input box doesn't close but I don't get any error message.
The logs show this error: {noformat} Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'GroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroupGroup&' to length 200. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) {noformat} The same is true for users, I don't get any error message. Here's the error log: {noformat} Caused by: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'VeryLongUserNameVeryLongUserNameVeryLongUserNameVeryLongUser&' to length 64. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) {noformat} |
Summary | Original: There is no error message when there is an error creating a group | New: There is no error message when there is an error creating a user or a group |
Certainly already fixed