When I start up my container all I get are six lines in the logfile - and that's it. The container hangs (it keeps running - but I don't get the Karaf shell).
The lines are: Jul 12, 2015 3:23:48 PM org.apache.karaf.main.lock.SimpleFileLock lock INFO: Trying to lock /home/rsnowden/karaf4/lock Jul 12, 2015 3:23:48 PM org.apache.karaf.main.lock.SimpleFileLock lock INFO: Lock acquired Jul 12, 2015 3:23:48 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired INFO: Lock acquired. Setting startlevel to 100 What I did: I applied some changes from my previous, working, Karaf 3.x to the new Karaf 4.0.0 installation: added a few entries to featuresRepository (mvn:) in org.apache.karaf.features.cfg and some lines to startup.properties. Nothing dramatic. How can I get more log information? How can I figure out what's going on?
