Eze, There is nothing in that stack trace that is Jetty... other than the final class that it fails to load. So we can't really say other than something you are using (hivemind?) doesn't have it's classpath setup correctly?
cheers On Wed, 11 Nov 2020 at 07:32, Eze Ikonne <[email protected]> wrote: > Hi all, > > > > I am getting the stacktrace below after upgrading to Jetty 9.4.34, any > hints will be appreciated. > > > > Thanks, > > > > Ike > > > > > > 2020-11-10 16:22:21,775 [main] ERROR ServiceManagerImpl - > java.lang.NoClassDefFoundError: > org.eclipse.jetty.server.HttpConfiguration$Customizer > > at java.lang.Class.forNameImpl(Native Method) > > at java.lang.Class.forName(Class.java:337) > > at > com.sterlingcommerce.hadrian.hivemind.ServiceFactory.getInstance(ServiceFactory.java:63) > > at > com.sterlingcommerce.hadrian.hivemind.ServiceFactory.createCoreServiceImplementation(ServiceFactory.java:53) > > at > org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:62) > > at > org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:108) > > at > org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:158) > > at > org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:140) > > at > org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:69) > > at > $ServiceWithLifecycle_175b1c8e7f9._service($ServiceWithLifecycle_175b1c8e7f9.java) > > at > $ServiceWithLifecycle_175b1c8e7f9.init($ServiceWithLifecycle_175b1c8e7f9.java) > > at > $ServiceWithLifecycle_175b1c8e7f8.init($ServiceWithLifecycle_175b1c8e7f8.java) > > at > com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:195) > > at > com.sterlingcommerce.hadrian.system.ServiceManagerImpl.init(ServiceManagerImpl.java:248) > > at > $ServiceManager_175b1c8e7df.init($ServiceManager_175b1c8e7df.java) > > at > $ServiceManager_175b1c8e7de.init($ServiceManager_175b1c8e7de.java) > > at > $ServiceManager_175b1c8e7dd.init($ServiceManager_175b1c8e7dd.java) > > at com.sterlingcommerce.hadrian.Main.main(Main.java:134) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) > > at java.lang.reflect.Method.invoke(Method.java:508) > > at com.zerog.lax.LAX.launch(Unknown Source) > > at com.zerog.lax.LAX.main(Unknown Source) > > Caused by: java.lang.ClassNotFoundException: > org.eclipse.jetty.server.HttpConfiguration$Customizer > > at > java.net.URLClassLoader.findClass(URLClassLoader.java:610) > > at > java.lang.ClassLoader.loadClassHelper(ClassLoader.java:944) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:889) > > at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:872) > > ... 24 more > > > > > ===================================================== > Please refer to https://northamerica.altran.com/email-disclaimer > for important disclosures regarding this electronic communication. > ===================================================== > _______________________________________________ > jetty-users mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
