Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orion-ld crashes several times during the start of the example #17

Open
baston888 opened this issue Jul 21, 2023 · 1 comment
Open

Orion-ld crashes several times during the start of the example #17

baston888 opened this issue Jul 21, 2023 · 1 comment

Comments

@baston888
Copy link

Dear colleagues, when executing the "sudo ./service orion legacy" command, orion-ld serially exits with code 1. Obviously, the health check of the application is triggered. This can be understood from the following log.
image
Orion-ld must be restarted with "sudo docker start" many times before it returns a 200 code.
image

@jason-fox
Copy link
Member

This is probably a bug within Orion-LD itself - can you supply more details? I am unable t observe this fault when I run with the latest stable release as shown.

orion:
    labels:
      org.fiware: 'tutorial'
    image: quay.io/fiware/orion-ld:1.4.0
    hostname: orion
    container_name: fiware-orion
    depends_on:
      - mongo-db
    networks:
      - default
    ports:
      - 1026:1026
    command: -dbhost mongo-db -logLevel DEBUG -forwarding  -experimental
    healthcheck:
      test: curl --fail -s http://orion:1026/version || exit 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants