What kind of shared file storage are you using? It's possible that your shared file storage doesn't support locking or it's not configured properly.
To be clear, it's expected that the broker distribution doesn't contain artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java because that file is a _source_ file. During the release process the source files are compiled into Java byte-code .class files and then packaged into Jar files. If you didn't have the proper corresponding class or jar file you would be receiving a different error. Justin On Thu, Jun 6, 2024 at 2:18 AM Mandadzhieva, Ayla <ayla.mandadzhi...@dxc.com> wrote: > Hello Justin, > > > > We just installed apache-artemis-2.33.0-bin on Windows server using with > shared file storage. We have the situation that we in get an endless loop > with the following entry in the artemis log file: > > > > 2024-06-05 14:11:25,018 WARN > [org.apache.activemq.artemis.core.server.impl.FileLockNodeManager] Lost the > lock according to the monitor, notifying listeners > > > > I saw below jira and your name however we do not have that file path in > our installation: > > > > > artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java > > > > > https://issues.apache.org/jira/browse/ARTEMIS-3145?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17488168#comment-17488168 > > > > Can you please advise how to get rid of these errors? > > BR, > > Ayla > > > > > >