Hi, I’m trying to figure out why my activemq 5.13.2 broker logging lot of WARN -s “Invalid log position…”
2016-04-26 04:35:40,085 | WARN | Invalid log position: 8434 | org.apache.activemq.leveldb.LevelDBClient | Thread-2 2016-04-26 04:35:44,260 | WARN | Invalid log position: 8498 | org.apache.activemq.leveldb.LevelDBClient | Thread-2 I have simple configuration with single instance of broker under RedHat 7. The Leveldb directory is on local file system. <amq:persistenceAdapter > <amq:levelDB directory="/opt/aqm/data"/> </amq:persistenceAdapter> Maybe someone has any clue what can be wrong or how can I find reason of these WARN –s ? Regards. -- View this message in context: http://activemq.2283324.n4.nabble.com/LevelDB-and-warning-invalid-log-position-tp4711240.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.