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

Crashloop of container ketchersvc 1.10.2 from dockerhub/ptrxyz under Openshift/kubernetes #2208

Open
Thomas-Emmler-Hereon opened this issue Oct 10, 2024 · 2 comments
Assignees
Labels

Comments

@Thomas-Emmler-Hereon
Copy link

Hi,
I have problems starting the container on our openshift/kubernetes system. When trying to start the container, the container is terminated with the following message:

2024-10-10T07:05:14.122Z Ketcher: 🚀 Starting up...
19135 | return e;
19136 | }
19137 | function captureRawStack() {
19138 | const stackTraceLimit = Error.stackTraceLimit;
19139 | Error.stackTraceLimit = 50;
19140 | const error22 = new Error;
^
error: Executable doesn't exist at /.cache/ms-playwright/chromium-1134/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
at captureRawStack (/app/index.js:19140:21)
at captureLibraryStackTrace (/app/index.js:19146:34)
at /app/index.js:59188:67
at _wrapApiCall (/app/index.js:59183:28)
at /app/index.js:64541:37
at launch (/app/index.js:64526:22)
at /app/index.js:77758:42
note: missing sourcemaps for /app/index.js
note: consider bundling with '--sourcemap' to get unminified traces
Bun v1.1.27 (Linux x64 baseline)

From the point of view of our kubernetes admins it is a problem of the container only.
Do you have an idea how to work around this? Unfortunately, the container does not run long enough to enter something in the terminal.

Viele Gruesse
...Thomas

@PiTrem
Copy link
Member

PiTrem commented Oct 23, 2024

Hi @Thomas-Emmler-Hereon
The image for 1.10.3 has been fixed you should pull ketchersvc-1.10.3

@Thomas-Emmler-Hereon
Copy link
Author

Hi @PiTrem ,
thank you for updating the container, but the situation essentially remains the same. If I can try something to find the problem, please let me know.

2024-10-28T14:08:16.483Z Ketcher: 🚀 Starting up...
19135 | return e;
19136 | }
19137 | function captureRawStack() {
19138 | const stackTraceLimit = Error.stackTraceLimit;
19139 | Error.stackTraceLimit = 50;
19140 | const error3 = new Error;
^
error: Executable doesn't exist at /.cache/ms-playwright/chromium-1134/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
at captureRawStack (/app/index.js:19140:20)
at captureLibraryStackTrace (/app/index.js:19146:34)
at /app/index.js:59188:67
at _wrapApiCall (/app/index.js:59183:28)
at /app/index.js:64541:37
at launch (/app/index.js:64526:22)
at /app/index.js:77758:42
note: missing sourcemaps for /app/index.js
note: consider bundling with '--sourcemap' to get unminified traces
Bun v1.1.30 (Linux x64 baseline)

Viele Grüße
...Thomas

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

No branches or pull requests

3 participants