Filesystem access error on Windows (eaccess
)
#12898
-
Describe the bugIt seems we get the same symptoms as #12367 but on
We use both docker version and Windows exe directly installed on the server and for the moment only the windows one is facing this issue. Any help would be appreciated to resolve this problem 🙏 Reproduction steps
Expected behaviorNo queue crashing Additional contextIt seems to run fine using docker RMQ management image, we only reproduced the issue using Windows machine and https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.3 exe file |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is unrelated to #12367 - the stack trace is completely different. In your case, the key part of the error is |
Beta Was this translation helpful? Give feedback.
-
@klettier we've seen |
Beta Was this translation helpful? Give feedback.
This is unrelated to #12367 - the stack trace is completely different.
In your case, the key part of the error is
eaccess
, which is just a filesystem-level access error. Seems like something's wrong with file ownership/permissions.