Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Won't Do
-
None
-
None
-
OS : Windows XP 5.1
JVM : Java HotSpot(TM) Server VM 1.7.0_67 (Oracle Corporation)
Apollo : 1.7.1 (at: E:\apache-apollo-1.7.1)
Starting store: leveldb store at E:\apache-apollo-1.7.1\bin\test\data
Description
1、Although “leveldbjni-1.8.jar” is exist in ${apollo.home}/lib directory, why is not the JNI version available ?
2、Apollo does not work because Store startup failure, Can you help me? Thanks a lot!
----------------------------- logs --------------------------------
INFO | OS : Windows XP 5.1 |
INFO | JVM : Java HotSpot(TM) Server VM 1.7.0_67 (Oracle Corporation) |
INFO | Apollo : 1.7.1 (at: D:\apollo\apache-apollo-1.7.1) |
INFO | Starting store: leveldb store at D:\apollo\apollo_test\test\data |
WARN | Using the pure java LevelDB implementation which is still experimental. If the JNI version is not available for your platform, please switch to the BDB store instead. http://activemq.apache.org/apollo/documentation/user-manual.html#BDB_Store |
INFO | Accepting connections at: tcp://0.0.0.0:61613 |
INFO | Accepting connections at: tls://0.0.0.0:61614 |
INFO | Opening the log file took: 185.65 ms |
INFO | Accepting connections at: ws://0.0.0.0:61623/ |
INFO | virtual host startup is waiting on store startup |
INFO | Accepting connections at: wss://0.0.0.0:61624/ |
INFO | Administration interface available at: https://127.0.0.1:61681/ |
INFO | Administration interface available at: http://127.0.0.1:61680/ |
INFO | broker startup is waiting on start virtual-host: test |
WARN | DB operation failed. (entering recovery mode): java.lang.UnsupportedOperationException | 155cacc074e
INFO | DB recovered from failure. |
ERROR | Store startup failure: org.iq80.leveldb.impl.DbImpl$BackgroundProcessingException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalArgumentException: File is corrupt: size must be at least 48 bytes | 155cacc074f
INFO | virtual host startup is no longer waiting. It waited a total of 25 seconds. |
INFO | broker startup is no longer waiting. It waited a total of 25 seconds. |
INFO | Stopped connector at: tcp://0.0.0.0:61613 |
INFO | Stopped connector at: tls://0.0.0.0:61614 |
INFO | Stopped connector at: wss://0.0.0.0:61624 |
INFO | Stopped connector at: ws://0.0.0.0:61623 |