Skip to main content

Posts

Showing posts with the label embedded jetty

Failed to instantiate [org.apache.cxf.endpoint.Server]: Factory method 'jaxRsServer' threw exception;

Exception: Caused by: org. springframework . beans . BeanInstantiationException : Failed to instantiate [org. apache . cxf . endpoint . Server ]: Factory method ' jaxRsServer ' threw exception; nested exception is java. lang . NoSuchMethodError : org. springframework . aop . support . AopUtils . isCglibProxyClass (Ljava/lang/Class;)Z at org. springframework . beans . factory . support . SimpleInstantiationStrategy . instantiate (SimpleInstantiationStrategy. java : 189 ) at org. springframework . beans . factory . support . ConstructorResolver . instantiateUsingFactoryMethod (ConstructorResolver. java : 588 ) ... 28 more Caused by: java. lang . NoSuchMethodError : org. springframework . aop . support . AopUtils . isCglibProxyClass (Ljava/lang/Class;)Z at org. apache . cxf . common . util . SpringAopClassHelper . getRealClassInternal (SpringAopClassHelper. java : 85 ) at org. apache . cxf . common . util . ClassHelper . getRealClass (ClassHelper. java : 55 ) at or...