HornetQ实时锁定问题

时间:2012-09-06 08:58:19

标签: linux java-ee hornetq

我正在使用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

对此有任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

是日志中的最后一条记录吗?我只看到一个与libAIO相关的警告,但是如果没有它,它应该可以使用java NIO。