2012-09-06 38 views
0

我正在研究一個使用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 

任何幫助,將不勝感激。

+0

LibAIO已安裝? – t0mm13b

回答

0

這是記錄中的最後記錄嗎?我只看到一個與libAIO相關的WARNING,但它應該沒有它,使用Java NIO。