mrproliu opened a new issue, #11986:
URL: https://github.com/apache/skywalking/issues/11986

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   BanyanDB (apache/skywalking-banyandb)
   
   ### What happened
   
   When deploying SkyWalking with BanyanDB on Windows, I encountered a 
synchronization error. Specifically, there was an issue when OAP attempted to 
access BanyanDB during startup. Despite having set full control permissions and 
running `banyandb-server` as an administrator, I still received an "Access 
Denied" error.
   
   The log in the BanyanDB service is as follows:
   
![image](https://github.com/apache/skywalking/assets/3417650/1c73edc4-b2a8-42f7-b863-4053db4fc399)
   
   The startup command is as follows:
   `C:\my_test\banyand-server.exe standalone --metadata-root-path 
C:\Users\hanliu\Documents\banyand --measure-root-path 
C:\Users\hanliu\Documents\banyand --stream-root-path 
C:\Users\hanliu\Documents\banyand`
   
   By observing the contents of the folder, it was found that there is content 
being written: 
   
![image](https://github.com/apache/skywalking/assets/3417650/7bc176be-0a03-46c2-96a7-01e68d7ced94)
   
   
   ### What you expected to happen
   
   I hope that when SkyWalking is connected to BanyanDB, data writing and 
reading operations can be performed.
   
   ### How to reproduce
   
   1. Clone the skywalking-banyandb repo.
   2. Run: `make build` to build the windows version `banyand-server`
   3. Startup the banyandb: `C:\my_test\banyand-server.exe standalone 
--metadata-root-path C:\Users\hanliu\Documents\banyand --measure-root-path 
C:\Users\hanliu\Documents\banyand --stream-root-path 
C:\Users\hanliu\Documents\banyand`
   4. Download the latest version of SkyWalking(`v9.7.0`) and deploy the OAP.
   5. After a few seconds, the error log shows in the banyanDB server console. 
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
notifications-unsubscr...@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to