Description of problem: When I log in /dashbuilder console with "abc" which is not "root' (ie superuser). The browser shows "JBWEB000065: HTTP Status 404 - /dashbuilder/j_security_check" Error. Version-Release number of selected component (if applicable): BPMS 6.1 DR3 How reproducible: BPMS 6.1 DR3+EAP 6.1 Alpha Steps to Reproduce: 1. Use add-user.sh to create user "abc" (Application Realm) and specify roles as "user" 2. Start the server and log in with "abc" in http://localhost:8080/dashbuilder 3. The error happens. Attached the screenshot for reference. Actual results: Expected results: Additional info:
Created attachment 737511 [details] screenshot
Followed documentation on product setup by Lee: - unzipped EAPL 6.1.Beta - copied in BPMS DR4 files from zip - ran add-user.sh and added "root" user with a password and "erics" application user with a password. - start server - http://localhost:8080/kie-ide login attempts with above users, "Login failed: Not Authorized" - http://localhost:8080/dashbuilder login attempts seem to pass but then give screen with "JBWEB000065: HTTP Status 403 - JBWEB000015: Access to the requested resource has been denied JBWEB000309: type JBWEB000067: Status report JBWEB000068: message JBWEB000015: Access to the requested resource has been denied JBWEB000069: description JBWEB000123: Access to the specified resource has been forbidden." Attaching screenshots of results of logins. Can't even test build of DR4.
Created attachment 749257 [details] kie-ide login failure
Created attachment 749259 [details] dashbuilder login failure
Login mechanism has been reviewed and fixed. Now, the application gives the proper feedback to users when login fails. Github commit: https://github.com/droolsjbpm/dashboard-builder/commit/0ca31e83da1e52da657b243705c954420837d9bb As of SSO between kie-ide (renamed recently to kie-wb) and dashbuilder is also working (tested on EAP 6.1 final). To get SSO running don't forget to add the <sso/> tag to the EAP's standalone/configuration/standalone.xml file as indicated here https://github.com/droolsjbpm/dashboard-builder/blob/master/builder/src/main/jbossas7/README.md#single-sign-on.
(In reply to David Gutierrez from comment #5) > Login mechanism has been reviewed and fixed. Now, the application gives the > proper feedback to users when login fails. > > Github commit: > https://github.com/droolsjbpm/dashboard-builder/commit/ > 0ca31e83da1e52da657b243705c954420837d9bb > > As of SSO between kie-ide (renamed recently to kie-wb) and dashbuilder is > also working (tested on EAP 6.1 final). To get SSO running don't forget to > add the <sso/> tag to the EAP's standalone/configuration/standalone.xml file > as indicated here > https://github.com/droolsjbpm/dashboard-builder/blob/master/builder/src/main/ > jbossas7/README.md#single-sign-on. Single sign on configuration needs further investigation. I put this into ON_QA since the error seems fixed.
Verified with dashbuilder build DR5 deployed on EAP 6.1
This BZ has been part of the 6.0.0 stream.