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

NBE doesn't work well under Windows. #267

Open
wa1gon opened this issue Oct 1, 2024 · 0 comments
Open

NBE doesn't work well under Windows. #267

wa1gon opened this issue Oct 1, 2024 · 0 comments
Labels
defect Suspected defect such as a bug or regression

Comments

@wa1gon
Copy link

wa1gon commented Oct 1, 2024

Observed behavior

I am very excited about the package, but so far the learning curve is fairly sharp.

darryl@Spock:/mnt/c/github/NBE/nats-by-example/examples$ nbe.exe run messaging/pub-sub/dotnet
copy default files: CreateFile .: The system cannot find the path specified.
darryl@Spock:/mnt/c/github/NBE/nats-by-example/examples$ nbe.exe run messaging/pub-sub/dotnet
dotnet/ dotnet2/
darryl@Spock:/mnt/c/github/NBE/nats-by-example/examples$ nbe.exe run messaging/pub-sub/dotnet2/
Main.cs messaging-pub-sub.csproj output.cast output.txt
darryl@Spock:/mnt/c/github/NBE/nats-by-example/examples$ nbe.exe run messaging/pub-sub/dotnet2/
copy default files: CreateFile .: The system cannot find the path specified.

Expected behavior

I haven't found the right commands for NBE to work under Windows.

I found that the web NBE examples were out of date from the GitHub code.

It seems like for DotNet instead of spinning up a docker image, just having a solution would be better. After giving up on NBE CLI I went to making my own solution/project and got the first example to work.

Server and client version

nats --version
0.1.5
nats-server --version
nats-server: v2.10.20

Host environment

Windows 11, 64Gig memory

Starting nats-server
Version: 2.10.20
Git: [7140387]
Name: NATS JetStream Server
Node: qitFEUGp
ID: NBDVCSKFG4FORG6LAQQZAAS2HGQN5EZP57EJXEGI7P3RCGJ3SLD4SEAZ
Using configuration file: C:\nats-sandbox\nets-server.conf
Starting http monitor on 0.0.0.0:8222
Starting JetStream

      https://docs.nats.io/jetstream

---------------- JETSTREAM ----------------
Max Memory: 4.00 GB
Max Storage: 1.00 TB
Store Directory: "c:\nats\jetstream\jetstream"

Listening for client connections on 0.0.0.0:4222
Server is ready

Steps to reproduce

The observed behavior is the steps I used.

@wa1gon wa1gon added the defect Suspected defect such as a bug or regression label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant