Dear Oak developers, I am trying to use Oak with Sling. To be able to do that, I have installed some oak bundles: oak-core oak-commons oak-mk oak-mk-api oak-jcr com.google.guava
But after that in /system/console/components there are 2 components org.apache.jackrabbit.mk.osgi.MicroKernelService and org.apache.jackrabbit.oak.plugins.mongomk.MongoMicroKernelService which are unsatisfied. The 2nd one has db configuration in properties: db = oak host = localhost port = 27017 How can I check that instance of MongoDB is indeed up and running in the OSGi container? Thank you, Igor
