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
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
Host/Environment (please complete the following information):
Gradle Version : 7.5.1
OS Info : Windows 10 10.0 (amd64)
JDK Version : 11 (Eclipse Temurin JDK)
Additional context
any work around for this?
The text was updated successfully, but these errors were encountered:
@kavilla Thank you for the quick response. Good to hear its noticed and work is in progress.
Meanwhile If anyone needs a workaround until its fixed, this is what I did just to make it work .
Reading some blogs and forums based on the error I was getting, it more looked like a package manager/ Resource Negotiator issue and with some help from following.
Using a Windows 10 Bash Shell instead of windows default terminal potentially solve the bootstrap issue and was able to connect the OpenSearch server with dashboard .
Little bit more context on solution (work around for now) :
I used git bash for windows to run commands
Describe the bug
While trying to setup the OpenSearch dashboard in my windows machine following the guide.
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/DEVELOPER_GUIDE.md
when I try to run:
$ yarn osd bootstrap
I get the following error
To Reproduce
Steps to reproduce the behavior:
$ git clone https://github.com/opensearch-project/OpenSearch-Dashboards.git
$ cd OpenSearch-Dashboards
$ nvm use
$ npm i -g yarn
$ yarn osd bootstrap - this is where the error pops up
Expected behavior
No error
OpenSearch Version
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
Host/Environment (please complete the following information):
Gradle Version : 7.5.1
OS Info : Windows 10 10.0 (amd64)
JDK Version : 11 (Eclipse Temurin JDK)
Additional context
any work around for this?
The text was updated successfully, but these errors were encountered: