Skip to content

Unable to remove tmp/contextBroker.pid #4587

@tzzed

Description

@tzzed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions