Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-1417

There is no error message when there is an error creating a user or a group

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • 4.0RC3
    • 4.0.0
    • Workspace admin
    • 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

          Cédric Damioli made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Cannot Reproduce [ 5 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          Certainly already fixed

          Laurence Aumeunier added a comment - Certainly already fixed
          Laurence Aumeunier made changes -
          Assignee New: Laurence Aumeunier [ laurence ]
          Cédric Damioli made changes -
          Fix Version/s New: 4.0RC3 [ 13980 ]
          Nicolas Gavalda (Inactive) made changes -
          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
          Nicolas Gavalda (Inactive) created issue -

            laurence Laurence Aumeunier
            ngavalda Nicolas Gavalda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: