You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: