You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sumit Pandit (JIRA)" <ji...@apache.org> on 2012/09/05 14:22:07 UTC

[jira] [Closed] (OFBIZ-4993) User login screen is throwing exception when - password is incorrect and its size more then 16 chars.

     [ https://issues.apache.org/jira/browse/OFBIZ-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit closed OFBIZ-4993.
-------------------------------

    Resolution: Duplicate

Closing current issue, since it and similar other issues were duplicated because of JS or page response issue with low bandwidth of internet.

Issue is duplicate of OFBIZ-5001.

                
> User login screen is throwing exception when - password is incorrect and its size more then 16 chars.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4993
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4993
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 09.04.01, Release Branch 10.04, Release Branch 11.04, SVN trunk, Release Branch 12.04
>            Reporter: Sumit Pandit
>
> Try to login with following url -
> https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&PASSWORD=1111111111111111111111&JavaScriptEnabled=Y
> Observe that password string is *long*(more then 16 chars) and *incorrect*.
> Page is throwing following exception - 
> The Following Exception Occurred:
> {panel:title=Login page exception}
> following error occurred during login: Error saving UserLoginHistory and updating login status to reset hasLoggedOut, unsuccessful login count, etc.: org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:UserLoginHistory][createdStamp,2012-08-10 13:03:14.606(java.sql.Timestamp)][createdTxStamp,2012-08-10 13:03:14.605(java.sql.Timestamp)][fromDate,2012-08-10 13:03:14.606(java.sql.Timestamp)][lastUpdatedStamp,2012-08-10 13:03:14.606(java.sql.Timestamp)][lastUpdatedTxStamp,2012-08-10 13:03:14.605(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordUsed,{SHA}c4d196a020517a548a0c2dd584b6e4c11fc29019(java.lang.String)][successfulLogin,N(java.lang.String)][userLoginId,flexadmin(java.lang.String)][visitId,125553(java.lang.String)] (SQL Exception while executing the following:INSERT INTO OFBIZ.USER_LOGIN_HISTORY (USER_LOGIN_ID, VISIT_ID, FROM_DATE, THRU_DATE, PASSWORD_USED, SUCCESSFUL_LOGIN, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PARTY_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to shrink VARCHAR 'c90420db44f564d265b7b141d956a5e6d6f2dfed95988567da44b565ca7a&' to length 60.))
> {panel}
> Please find the screen shot in attachment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira