Hi Oleg, where from did you deployed Karaf? You build it from the source or some pre-compiled package/distribution?
In general this is saying you are missing JAR ( but I guess you know already this ). ( I've deployed multiple times - in past week - Karaf on RHEL 7.5 and I had no such problem - but I was building from the GitHub git repository ) Kind Regards, Miroslav 2018-07-24 17:11 GMT+02:00 Oleg Cohen <[email protected]>: > Greetings, > > I have deployed Karaf v4.2.0 into a Linux RH 7.5 server. > > When I run Karaf as a service I get the following error in the log > multiple times: > > > 2018-07-24T11:07:12,176 | ERROR | features-3-thread-1 | Felix > | - - | Bundle org.apache.felix.framework [0] > EventDispatcher: Error during dispatch. (*java.lang.NoClassDefFoundError: > org/apache/karaf/specs/locator/OsgiLocator*) > java.lang.NoClassDefFoundError: org/apache/karaf/specs/locator/OsgiLocator > at org.apache.karaf.specs.activator.Activator.register(Activator.java:124) > ~[?:?] > at org.apache.karaf.specs.activator.Activator. > bundleChanged(Activator.java:96) ~[?:?] > at org.apache.felix.framework.EventDispatcher. > invokeBundleListenerCallback(EventDispatcher.java:915) ~[?:?] > at > org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:834) > ~[?:?] > at > org.apache.felix.framework.EventDispatcher.fireBundleEvent(EventDispatcher.java:516) > ~[?:?] > at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4579) > ~[?:?] > at > org.apache.felix.framework.StatefulResolver.fireResolvedEvents(StatefulResolver.java:1289) > ~[?:?] > at > org.apache.felix.framework.StatefulResolver.resolve(StatefulResolver.java:512) > ~[?:?] > at org.apache.felix.framework.Felix.resolveBundles(Felix.java:4108) ~[?:?] > at > org.apache.felix.framework.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:133) > ~[?:?] > at org.apache.karaf.features.internal.service.BundleInstallSupportImpl. > resolveBundles(BundleInstallSupportImpl.java:240) ~[?:?] > at org.apache.karaf.features.internal.service.FeaturesServiceImpl. > resolveBundles(FeaturesServiceImpl.java:1131) ~[?:?] > at > org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:982) > ~[?:?] > at org.apache.karaf.features.internal.service.FeaturesServiceImpl. > doProvision(FeaturesServiceImpl.java:1025) ~[?:?] > at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$ > doProvisionInThread$13(FeaturesServiceImpl.java:964) ~[?:?] > at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?] > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > [?:?] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > [?:?] > at java.lang.Thread.run(Thread.java:748) [?:?] > > I would appreciate help with fixing this problem of finding a workaround! > > Best, > Oleg > -- Miroslav Beranič MIBESIS +386(0)40/814-843 [email protected] http://www.mibesis.si
