Occasionally when starting a fresh stanbol launcher I get the following
error message. Does anybody knows what is causing this? After deleting the
stanbol dectory and retrying the problem doesn't appear again.
Cheers,
Reto
ERROR: Error reloading cached bundle, removing it:
/home/reto/projects/apache/stanbol/launchers/full/target/stanbol/felix/bundle64
(java.lang.Exception: No valid revisions in bundle archive directory:
/home/reto/projects/apache/stanbol/launchers/full/target/stanbol/felix/bundle64)
java.lang.Exception: No valid revisions in bundle archive directory:
/home/reto/projects/apache/stanbol/launchers/full/target/stanbol/felix/bundle64
at
org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:205)
at
org.apache.felix.framework.cache.BundleCache.getArchives(BundleCache.java:223)
at org.apache.felix.framework.Felix.init(Felix.java:656)
at org.apache.sling.launchpad.base.impl.Sling.init(Sling.java:363)
at org.apache.sling.launchpad.base.impl.Sling.<init>(Sling.java:228)
at
org.apache.sling.launchpad.base.app.MainDelegate$1.<init>(MainDelegate.java:181)
at
org.apache.sling.launchpad.base.app.MainDelegate.start(MainDelegate.java:181)
at org.apache.sling.launchpad.app.Main.startSling(Main.java:424)
at org.apache.sling.launchpad.app.Main.doStart(Main.java:349)
at org.apache.sling.launchpad.app.Main.main(Main.java:123)
at org.apache.stanbol.launchpad.Main.main(Main.java:61)