denimgroup / threadfix

ThreadFix is a software vulnerability management platform. This GitHub site is far out of date. Please go to www.threadfix.it for up-to-date information.
339 stars 127 forks source link

KahaDBStore uses a different OpenWire than the version configured #1755

Open ghost opened 8 years ago

ghost commented 8 years ago

I'm getting this WARNING in logs don't know if it's something caused by my configuration or if it needs to be fixed in the code

WARN [localhost-startStop-1] KahaDBStore.doStart(212) | Existing Store uses a different OpenWire version[6] than the version configured[11] reverting to the version used by this store, some newer broker features may not workas expected.

INFO [localhost-startStop-1] TFManifestProperties.contextInitialized(72) | Git commit was set to: 74bc766
INFO [localhost-startStop-1] TFManifestProperties.contextInitialized(76) | Application version set to: 2.3-SNAPSHOT-74bc766

Thanks

d-maldonado commented 8 years ago

mikerun,

Thanks for bringing this to our attention. We will investigate and make any changes necessary.

Thanks, Daniel Maldonado

shahedhossain commented 6 years ago
# /path/of/your/kahadb
#   ├─ db.data
#   ├─ db.redo
#   ├─ db-1.log
#   └─ lock
# graceful shutdown your broker then
mv /path/of/your/kahadb /path/of/your/kahadb_old
# where activemq-broker will create new one for you
# will resolve your issue