I tried to install Context Broker version 1.7.0 on my Centos 6 VM. I successfully installed it but while the service is running ,when i make a request with curl i get the message "couldn't connect to host" I checked the port 1026 and the firewall and everything is ok. Any ideas what may be the problem?
The best way to install Orion is using Docker to test or study: (https://hub.docker.com/r/fiware/orion/).
Docker and docker-compose. You install Orion and Mongodb together, in a quick time. (https://github.com/telefonicaid/fiware-orion/tree/master/docker)
Have you tried using this method? With it you can use the last stable version (1.10.0).