You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
GET /version
in 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 orion
sh rm: cannot remove '/tmp/contextBroker.pid': No such file or directory
Expected behavior
orion should start
The text was updated successfully, but these errors were encountered: