I have managed to update ContextBroker to version 1.10. but I have a series of doubts:
I am using this documentation:
http://fiware-orion.readthedocs.io/en/1.10.0/user/walkthrough_apiv2/index.html#introduction
and the commands do not work
How can I start or restart the contextBroker service ?, with this instruction it does not work:
/etc/init.d/contextBroker start
Where is the contextBroker information hosted?
Where can I see the log? It is not in this directory:
/tmp/contextBroker.log
In order to clarify this for the community, this question is a follow up to this one.
- How can I start or restart the contextBroker service ?, with this instruction it does not work:
/etc/init.d/contextBroker start
You can't start Orion using this command if your installation method was source build. You can however, create your own custom systemd service for Orion. You can find a lot of information online on how to do this.
Where is the contextBroker information hosted?
Can you please clarify this in the comments?
Where can I see the log? It is not in this directory:
/tmp/contextBroker.log
The contents of your /tmp folder might have been cleared by your OS. You should be able to configure the log directory of Orion Context Broker by using the logDir
command option on startup but looking at the source code, this usage might be obselete.
Maybe @fgalan can provide more information on this and later we can update this answer.