Kibana on Windows 'New platform optimizer error Error: optimizer unexpectedly completed when in watch mode' #58793
Labels
bug
Fixes for quality problems that affect the customer experience
regression
Team:Operations
Team label for Operations Team
Kibana version: master
Elasticsearch version: master
Server OS version: Windows 10
Browser version: n/a
Browser OS version: n/a
Original install method (e.g. download page, yum, from source, etc.): github
Describe the bug: On latest master I can't start
node scripts/functional_tests_server.js
on Windows 10 (in a gitbash shell). It looks like it's getting really close and then logs;New platform optimizer error Error: optimizer unexpectedly completed when in watch mode
Steps to reproduce:
yarn kbn bootstrap
node scripts/functional_tests_server.js
(from kibana dir)Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
That last error about failing to
kill 2712
is also a recent new problem. I think it's trying to kill the Elasticsearch java process, but it's still running. The PID in this particular instance is 2516, not 2712.The text was updated successfully, but these errors were encountered: