Bug description
Since few day I have encounter the following error on differents plateforme.
rm: cannot remove '/tmp/contextBroker.pid': No such file or directory
- Orion version: 3.10.1 (this can be got with
GET /version in the API port or using contextBroker --version)
- MongoDB version 6.0
How to reproduce it
1.Steps to reproduce the behavior (as an example)
when a I start orion with with the entrypoint in the docker-compose file
entrypoint: [ "sh", "-c", "rm /tmp/contextBroker.pid; /usr/bin/contextBroker -fg -multiservice -dbhost mongodb -logLevel ERROR" ]
docker-compose up --build orion
sh rm: cannot remove '/tmp/contextBroker.pid': No such file or directory
Expected behavior
orion should start
Bug description
Since few day I have encounter the following error on differents plateforme.
rm: cannot remove '/tmp/contextBroker.pid': No such file or directoryGET /versionin the API port or usingcontextBroker --version)How to reproduce it
1.Steps to reproduce the behavior (as an example)
when a I start orion with with the entrypoint in the docker-compose file
entrypoint: [ "sh", "-c", "rm /tmp/contextBroker.pid; /usr/bin/contextBroker -fg -multiservice -dbhost mongodb -logLevel ERROR" ]docker-compose up --build orionsh rm: cannot remove '/tmp/contextBroker.pid': No such file or directoryExpected behavior
orion should start