i downloaded Activiti6.0 from Alfresco..installed WAR with tomcat..when i hit http:localhost:8080/activiti-app with user:admin password:test i got an error as invalid cred'ls ,when i tried with user:admin pwd:admin i got this error,can someone help

cancel
Showing results for 
Search instead for 
Did you mean: 
karthikjoshis
Member II

i downloaded Activiti6.0 from Alfresco..installed WAR with tomcat..when i hit http:localhost:8080/activiti-app with user:admin password:test i got an error as invalid cred'ls ,when i tried with user:admin pwd:admin i got this error,can someone help

Jump to solution

this is the error which i get when i hit http;localhost:8080/activiti-app which redirects to keycloak login page....I tried with username:-admin and password:-test as per the user guide but it came as invalid credentials ...later i tried with username:-admin and password:-admin which gave me this error (attached image)

1 Solution

Accepted Solutions
gmalanga
Member II

Re: i downloaded Activiti6.0 from Alfresco..installed WAR with tomcat..when i hit http:localhost:8080/activiti-app with user:admin password:test i got an error as invalid cred'ls ,when i tried with user:admin pwd:admin i got this error,can someone help

Jump to solution

It should be "admin" as user and "test" as password, as described here:

https://www.activiti.org/userguide/?_ga=2.80975511.1253714306.1532335259-901207129.1491583834#_getti...

Have you tried with "admin@app.activiti.com" as user and "admin" (or "koala") as password?

View solution in original post

2 Replies
gmalanga
Member II

Re: i downloaded Activiti6.0 from Alfresco..installed WAR with tomcat..when i hit http:localhost:8080/activiti-app with user:admin password:test i got an error as invalid cred'ls ,when i tried with user:admin pwd:admin i got this error,can someone help

Jump to solution

It should be "admin" as user and "test" as password, as described here:

https://www.activiti.org/userguide/?_ga=2.80975511.1253714306.1532335259-901207129.1491583834#_getti...

Have you tried with "admin@app.activiti.com" as user and "admin" (or "koala") as password?

karthikjoshis
Member II

Re: i downloaded Activiti6.0 from Alfresco..installed WAR with tomcat..when i hit http:localhost:8080/activiti-app with user:admin password:test i got an error as invalid cred'ls ,when i tried with user:admin pwd:admin i got this error,can someone help

Jump to solution

hi,

the issue was with port number...i had installed Activiti 7 which was

running in docker container and Activiti 6 which was running on tomcat

server....when i tried to hit port 8080 there was a conflict which got

resolved Thank you for the response.....