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
When running the NATS server (nats-server) on Windows, the server attempts to create a cache directory with a filename containing a colon (:). However, Windows does not allow colons in filenames or directory names, leading to errors. May I ask how to fix it?
nats errr log :
[WRN] Consumer create failed for 'PNM > room01 > chat:1741256133267': error creating store for consumer: could not create consumer directory - mkdir data\jetstream\PNM\streams\room01\obs\chat:1741256133267: The directory name is invalid. (10104)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When running the NATS server (nats-server) on Windows, the server attempts to create a cache directory with a filename containing a colon (:). However, Windows does not allow colons in filenames or directory names, leading to errors. May I ask how to fix it?
nats errr log :
[WRN] Consumer create failed for 'PNM > room01 > chat:1741256133267': error creating store for consumer: could not create consumer directory - mkdir data\jetstream\PNM\streams\room01\obs\chat:1741256133267: The directory name is invalid. (10104)
Beta Was this translation helpful? Give feedback.
All reactions