Username and password does not match
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2013 05:09 AM
Hi,
I got activiti 5.11 up and running but when I try to login to activiti-rest:
http://localhost:8080/activiti-rest/service/login
body:
{
"userId": "kermit",
"password": "kermit"
}
I get the following error in the logs: 'Username and password does not match'
I can log in with activiti-explorer and there I can see the different users.
Can you help me with this please?
I got activiti 5.11 up and running but when I try to login to activiti-rest:
http://localhost:8080/activiti-rest/service/login
body:
{
"userId": "kermit",
"password": "kermit"
}
I get the following error in the logs: 'Username and password does not match'
I can log in with activiti-explorer and there I can see the different users.
Can you help me with this please?
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 04:40 AM
How are you posting this request? Using curl? Can you paste how exactly you are calling this service.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 04:49 AM
Got it working last night, was using a rest console to make the calls. But the database was not accessible by the rest calls. Installing the tcp h2 script and then changing the db.properties to: jdbc.url=jdbc:h2:tcp://localhost/~/activiti solved the problem.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 08:00 AM
ah indeed, the users are indeed not known to the system then.
Thanks for posting back!
Thanks for posting back!
