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

Reporting causes a fatal Kibana error if chromium is not installed on aarch64 #87242

Closed
liza-mae opened this issue Jan 4, 2021 · 7 comments · Fixed by #87415
Closed

Reporting causes a fatal Kibana error if chromium is not installed on aarch64 #87242

liza-mae opened this issue Jan 4, 2021 · 7 comments · Fixed by #87415
Labels
blocker bug Fixes for quality problems that affect the customer experience (Deprecated) Team:Reporting Services Use Team:Global Experiance and Feature:Reporting instead. Feature:Reporting Reporting (PDF, CSV, ..) feature regression Team:Operations Team label for Operations Team

Comments

@liza-mae
Copy link
Contributor

liza-mae commented Jan 4, 2021

Kibana version: 7.11.0 BC 1

Elasticsearch version: 7.11.0 BC 1

Server OS version: Ubuntu aarch64

Browser version: Chrome Latest

Original install method (e.g. download page, yum, from source, etc.):
staging

Description of the problem including expected versus actual behavior:
Running reporting without chromium causes Kibana fatal error, it's a regression from 7.10.1.

Steps to reproduce:

  1. Install ES/Kibana
  2. Run reporting on a machine without chromium installed, Kibana aborts.
{"type":"log","@timestamp":"2021-01-04T01:48:28+00:00","tags":["info","plugins","reporting","printable_pdf","execute-job","kjhwnaqz0bj61249e24tsnt5","kjhwnaqz0bj61249e24tsnt5","browser-driver"],"pid":14946,"message":"Creating browser page driver"}
Error: spawn /usr/bin/chromium-browser ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
    at onErrorNT (internal/child_process.js:465:16)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
@liza-mae liza-mae added bug Fixes for quality problems that affect the customer experience Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Jan 4, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@liza-mae liza-mae added the (Deprecated) Team:Reporting Services Use Team:Global Experiance and Feature:Reporting instead. label Jan 4, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-reporting-services (Team:Reporting Services)

@liza-mae liza-mae changed the title Reporting causes a fatal Kibana error if chromium is not installed Reporting causes a fatal Kibana error if chromium is not installed on aarch64 Jan 4, 2021
@tsullivan tsullivan added this to To triage in kibana-app-arch via automation Jan 4, 2021
@tsullivan tsullivan moved this from To triage to 7.11 in kibana-app-arch Jan 4, 2021
@tsullivan
Copy link
Member

The bug here is that the puppeteer module thinks that it should use a system-wide Chromium instead of the custom build shipped with Kibana.

The relevant PR here is probably: #85066 I seem to remember there was some trial-and-error to get the puppeteer module to load our own custom build. Perhaps there is separate work to do for aarch64?

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@tsullivan tsullivan added Feature:Reporting Reporting (PDF, CSV, ..) feature Team:Operations Team label for Operations Team and removed Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Jan 5, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@tylersmalley
Copy link
Contributor

@tsullivan, I found the issue - the path is hardcoded for arm: https://github.com/puppeteer/puppeteer/blob/main/src/node/Launcher.ts#L107

This has been raised here: puppeteer/puppeteer#6614

@tylersmalley
Copy link
Contributor

Sync'd with Tim and Brandon - there is a PR open for a fix which I have confirmed. I will create a fork that we can use in the meantime to unblock the release.

kibana-app-arch automation moved this from 7.11 to Done in current release Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience (Deprecated) Team:Reporting Services Use Team:Global Experiance and Feature:Reporting instead. Feature:Reporting Reporting (PDF, CSV, ..) feature regression Team:Operations Team label for Operations Team
Projects
kibana-app-arch
  
Done in current release
Development

Successfully merging a pull request may close this issue.

4 participants