我正在开发一个HornetQ
用作消息服务器的应用程序。在HornetQ
启动时,我总是收到与 HornetQ 实时锁定相关的错误。
我对这个特定问题进行了研究,但无法得出相同的结论。
此错误的堆栈跟踪如下所示。
[main] 21:09:09,516 INFO [org.hornetq.integration.bootstrap.HornetQBootstrapServer]
Starting HornetQ Server
[main] 21:09:11,208 WARNING [org.hornetq.core.deployers.impl.FileConfigurationParser]
AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your
platform is Linux, install LibAIO to enable the AIO journal
[main] 21:09:11,283 INFO [org.hornetq.core.server.impl.HornetQServerImpl] live server
is starting with configuration HornetQ Configuration
clustered=false,backup=false,sharedStore=true,journalDirectory=data/journal,bindingsDirecto
ry=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging)
[main] 21:09:11,284 INFO [org.hornetq.core.server.impl.HornetQServerImpl] Waiting to
obtain live lock
对此的任何帮助将不胜感激。