Skip to content
New issue

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

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

Already on GitHub? # to your account

[BUG] Docker Compose dev environment fails to setup hyperswitch-server #6216

Closed
2 tasks done
akhildevelops opened this issue Oct 4, 2024 · 1 comment · Fixed by #6217
Closed
2 tasks done

[BUG] Docker Compose dev environment fails to setup hyperswitch-server #6216

akhildevelops opened this issue Oct 4, 2024 · 1 comment · Fixed by #6217
Assignees
Labels
C-bug Category: Bug hacktoberfest Issues that are up for grabs for Hacktoberfest participants hacktoberfest-accepted Pull requests accepted as Hacktoberfest contributions

Comments

@akhildevelops
Copy link
Contributor

Bug Description

hyperswitch-hyperswitch-server-1 container stops abruptly without spinning up the server. Container can't find protobuf-compiler debian package and fails. Below are the logs of the container

➜  hyperswitch git:(main) docker logs hyperswitch-hyperswitch-server-1            

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package protobuf-compiler

Protobuf compiler mentioned here

apt-get install -y protobuf-compiler && \

Expected Behavior

hyperswitch-hyperswitch-server-1 should run

Actual Behavior

Container simply exits

➜  hyperswitch git:(main) docker ps -a
CONTAINER ID   IMAGE                                           COMMAND                  CREATED         STATUS                          PORTS                                                 NAMES
3569baada69f   rust:latest                                     "apt-get install -y …"   3 minutes ago   Exited (100) 3 minutes ago                                                            hyperswitch-hyperswitch-server-1

Steps To Reproduce

  1. Clone the repo on a new machine
  2. Run docker compose --file docker-compose-development.yml up -d

Context For The Bug

No response

Environment

Are you using hyperswitch hosted version? No
If yes, please provide the value of the x-request-id response header to help us debug your issue.

If not (or if building/running locally), please provide the following details:

  1. Operating System or Linux distribution: Debian 12

Have you spent some time checking if this bug has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

@akhildevelops akhildevelops added C-bug Category: Bug S-awaiting-triage Status: New issues that have not been assessed yet labels Oct 4, 2024
@gorakhnathy7 gorakhnathy7 added the hacktoberfest Issues that are up for grabs for Hacktoberfest participants label Oct 4, 2024
@SanchithHegde SanchithHegde removed the S-awaiting-triage Status: New issues that have not been assessed yet label Oct 4, 2024
@gorakhnathy7
Copy link
Collaborator

Hey @akhildevelops

Thanks for participating!
Kindly fill this form once all of your PRs are merged.

@gorakhnathy7 gorakhnathy7 added the hacktoberfest-accepted Pull requests accepted as Hacktoberfest contributions label Oct 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C-bug Category: Bug hacktoberfest Issues that are up for grabs for Hacktoberfest participants hacktoberfest-accepted Pull requests accepted as Hacktoberfest contributions
Projects
None yet
3 participants