Error with Programmatic Login- authentication refused
I'm migrating Sun java application server using struts from 8.1 8.2. I created ssecurity realm and added this in the configaration files. But i'm not able to login page that is using j_security_check to authenticate to fileRealm. When the jsp page is submitted I'm getting following error
**************************************************************************
SEC5046: Audit: Authentication refused for [testuser].|#]
Web login failed: Login failed: javax.security.auth.login.LoginException: Failed file login for testuser.|#]
**************************************************************************
I tried many times that means i entered correct Password. So what might be the issue? Can anyone help here?
It seems somebody else also got the same issue(as described below) but didn't get any replies so me posting again
**************************************************************************
I'm working on migrating an application using struts from Sun One App 7 to 8.2. Everything is working with the exeption of a login page that is using j_security_check to authenticate to ldap. When the jsp page is submitted I get a 404 error message that j_security_check is not found. It seems to me that there is another layer of something in 8.2 that was not in 7.0 that is not allowing the application to see or run the j_security_check. The app worked fine on 7.0, so I think I'm looking at an config issue that have not found yet. Has anyone had any experiance with this senerio?
**************************************************************************

