我正在开发一个使用HornetQ作为messaging server.On 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在这方面的任何帮助都将不胜感激。
发布于 2012-09-06 17:16:37
这是日志中的最后一条记录吗?我只看到一个警告,与libAIO相关,但它应该可以在没有它的情况下工作,使用java NIO。
https://stackoverflow.com/questions/12296449
复制相似问题