I did as activiti cloud quick start, the install works well, then I use postman to test the service, i can get the token , but when I request any other url, I always get 404 error mesage, why?
I install it in a centos virtual Machine, the host machine is windows 7, I use postman in windows , access the ip of the centos
Solved! Go to Solution.
So you are using docker-compose and not kubernetes? I'd recommend looking at Getting Started - Activiti Cloud - Activiti & Activiti Cloud Developers Guide and activiti-cloud-charts/activiti-cloud-full-example at master · Activiti/activiti-cloud-charts · GitHu... as the kubernetes example is more up-to-date. For the docker-compose there are instructions on an older tag of the repository - GitHub - Activiti/activiti-cloud-examples at 7-201712-EA If you need to use the docker-compose then for now it's best to use that tag.
I guess you are following activiti-cloud-charts/activiti-cloud-full-example at master · Activiti/activiti-cloud-charts · GitHu... ?
Could you provide an example of a URL you are using that returns a 404 and the output of `kubectl get pods`?
POST /rb-my-app/v1/process-instances HTTP/1.1
Host: 192.168.43.21:8080
{
"timestamp": "2018-11-29T15:33:30.594+0000",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/rb-my-app/v1/process-instances"
}
I follow Activiti/activiti-cloud-examples:
So you are using docker-compose and not kubernetes? I'd recommend looking at Getting Started - Activiti Cloud - Activiti & Activiti Cloud Developers Guide and activiti-cloud-charts/activiti-cloud-full-example at master · Activiti/activiti-cloud-charts · GitHu... as the kubernetes example is more up-to-date. For the docker-compose there are instructions on an older tag of the repository - GitHub - Activiti/activiti-cloud-examples at 7-201712-EA If you need to use the docker-compose then for now it's best to use that tag.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.