[jBPM] - JBPM4.3: login is not possible in the web console if i use the new username and password
by Wladimir Lavrov
Wladimir Lavrov [http://community.jboss.org/people/wawan_beta] created the discussion
"JBPM4.3: login is not possible in the web console if i use the new username and password"
To view the discussion, visit: http://community.jboss.org/message/546161#546161
--------------------------------------------------------------
*Path: jbpm.home/install/src/demo/example.identities.sql*
INSERT INTO JBPM4_ID_GROUP VALUES (1,0,'manager','manager','security-role',NULL);
INSERT INTO JBPM4_ID_GROUP VALUES (2,0,'administrator','administrator','security-role',NULL);
INSERT INTO JBPM4_ID_GROUP VALUES (3,0,'user','user','security-role',NULL);
INSERT INTO JBPM4_ID_GROUP VALUES(4,0,'sales','sales',NULL,NULL);
INSERT INTO JBPM4_ID_GROUP VALUES (5,0,'assistent','assistent','security-role',NULL);
INSERT INTO JBPM4_ID_USER VALUES (1,0,'alex','password','Alex',NULL, mailto:'alex(a)jbpm.org 'alex(a)jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (2,0,'mike','password','Mike',NULL, mailto:'mike(a)jbpm.org 'mike(a)jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (3,0,'peter','password','Peter',NULL, mailto:'peter(a)jbpm.org 'peter(a)jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (4,0,'mary','password','Mary',NULL, mailto:'mary(a)jbpm.org 'mary(a)jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (5,0,'as','pass','TestAS',NULL, mailto:'test(a)bla.com 'test(a)bla.com');
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (1,0,1,2,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (2,0,2,1,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (3,0,3,3,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (4,0,3,4,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (5,0,4,3,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (6,0,4,4,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (7,0,5,5,NULL);
I added in the document "*example.identities.sql*" user and group and uploaded this document in the database using the command "*ant -Ddatabase=mysql load.example.identities*". When I try to log into the user interface using the username "as" and password "pass" I get the following message:
08:49:20,734 INFO [SynchronousDispatcher] Could not find resource for relative
: /identity/secure/j_security_check of full path: http://localhost:8080/gwt-console-server/rs/identity/secure/j_security_check http://localhost:8080/gwt-console-server/rs/identity/secure/j_security_check
If I use login "alex" and password "password" it's work!
*Please help me find the error.*
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/546161#546161]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 11 months