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

Process exited with code 14 #455

Open
2 tasks done
Tivin-i opened this issue Mar 18, 2024 · 2 comments
Open
2 tasks done

Process exited with code 14 #455

Tivin-i opened this issue Mar 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Tivin-i
Copy link

Tivin-i commented Mar 18, 2024

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

Error appears in the logs as shown below.
Dockge is working as expected, all stacks are up and operational, I checked everything one by one.

👟 Reproduction steps

Was creating stacks as usual, all stacks that should be up are up.

👀 Expected behavior

descriptive error on where configuration might be missing.

😓 Actual Behavior

Error showing in logs.

Dockge Version

1.4.2

💻 Operating System and Arch

Ubuntu 22.04

🌐 Browser

CLI

🐋 Docker Version

Docker version 25.0.4, build 1a576c5

🟩 NodeJS Version

No response

📝 Relevant log output

2024-03-18T11:28:28Z [GETSERVICESTATUSLIST] ERROR: Error: Process exited with code 14
    at ChildProcess.done (/app/node_modules/.pnpm/promisify-child-process@4.1.2/node_modules/promisify-child-process/index.cjs:70:19)
    at ChildProcess.emit (node:events:514:28)
    at ChildProcess.emit (node:domain:489:12)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5) {
  code: 14,
  signal: null,
  stdout: '',
  stderr: 'no configuration file provided: not found\n'
}
@Tivin-i Tivin-i added the bug Something isn't working label Mar 18, 2024
@explorer369
Copy link

I also encountered this problem, but I don't know how to solve it myself。

dockge_1 | 2024-04-12T02:56:20Z [GETSERVICESTATUSLIST] ERROR: Error: Process exited with code 14
dockge_1 | at ChildProcess.done (/app/node_modules/.pnpm/promisify-child-process@4.1.2/node_modules/promisify-child-process/index.cjs:70:19)
dockge_1 | at ChildProcess.emit (node:events:514:28)
dockge_1 | at ChildProcess.emit (node:domain:489:12)
dockge_1 | at maybeClose (node:internal/child_process:1091:16)
dockge_1 | at ChildProcess._handle.onexit (node:internal/child_process:302:5) {
dockge_1 | code: 14,
dockge_1 | signal: null,
dockge_1 | stdout: '',
dockge_1 | stderr: 'no configuration file provided: not found\n'
dockge_1 | }

@alejandroperezlopez
Copy link

Same here, everytime I visit the "compose" tab for creating a new stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants