ComPlat / chemotion_ELN

Electronic Lab Notebook
https://www.chemotion.net
GNU Affero General Public License v3.0
128 stars 53 forks source link

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

Open Thomas-Emmler-Hereon opened 1 month ago

Thomas-Emmler-Hereon commented 1 month ago

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 commented 1 month ago

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

Thomas-Emmler-Hereon commented 3 weeks ago

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