APM 10.7.HF84 - Spring Exceptions in EMs - Error creating bean with name 'remoteHttpCallService'
search cancel

APM 10.7.HF84 - Spring Exceptions in EMs - Error creating bean with name 'remoteHttpCallService'

book

Article ID: 232410

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope) DX Application Performance Management

Issue/Introduction

The below exception occurs during startup in the Enterprise Manager log, there is not functional impact:

..

[ERROR] [main] [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteHttpCallService' defined in com.wily.introscope.appmap.config.NoAppmapBeansConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService]: Factory method 'remoteHttpCallService' threw exception; nested exception is java.lang.IllegalStateException: Isengard local service bean of type interface com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService not found!
 at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1176)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:756)
 at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
 at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
 at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:1067)
 at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:572)
 at org.eclipse.jetty.server.handler.ContextHandler.contextInitialized(ContextHandler.java:996)
 at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:746)
 at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379)
 at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449)
 at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414)
 at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:910)
 at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
 at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)
 at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
 at com.wily.introscope.server.enterprise.entity.webserver.WebServerEntity.startEnduserWebApps(WebServerEntity.java:854)
 at com.wily.introscope.server.enterprise.entity.webserver.WebServerEntity.startWebServer(WebServerEntity.java:514)
 at com.wily.introscope.server.enterprise.entity.webserver.WebServerEntity.init(WebServerEntity.java:228)
 at com.wily.introscope.server.enterprise.entity.webserver.WebServerEntity.<init>(WebServerEntity.java:175)
 at com.wily.introscope.server.enterprise.EnterpriseServer.initialize(EnterpriseServer.java:746)
 at com.wily.introscope.server.enterprise.EnterpriseServer.doStart(EnterpriseServer.java:387)
 at com.wily.util.ALifeCycle.start(ALifeCycle.java:86)
 at com.wily.introscope.server.enterprise.EnterpriseServer.<init>(EnterpriseServer.java:330)
 at com.wily.introscope.server.enterprise.EnterpriseServer.<init>(EnterpriseServer.java:309)
 at com.wily.introscope.server.enterprise.EnterpriseServer.start(EnterpriseServer.java:1614)
 at com.wily.introscope.em.internal.Activator.startEM(Activator.java:119)
 at com.wily.introscope.em.internal.Application.start(Application.java:27)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
 at org.eclipse.core.launcher.Main.main(Main.java:34)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at com.zerog.lax.LAX.launch(Unknown Source)
 at com.zerog.lax.LAX.main(Unknown Source)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService]: Factory method 'remoteHttpCallService' threw exception; nested exception is java.lang.IllegalStateException: Isengard local service bean of type interface com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService not found!
 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
 at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 ... 57 more
Caused by: java.lang.IllegalStateException: Isengard local service bean of type interface com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService not found!
 at com.wily.introscope.appmap.config.NoAppmapBeansConfig.getLocalServiceSafe(NoAppmapBeansConfig.java:300)
 at com.wily.introscope.appmap.config.NoAppmapBeansConfig.remoteHttpCallService(NoAppmapBeansConfig.java:202)
 at com.wily.introscope.appmap.config.NoAppmapBeansConfig$$EnhancerBySpringCGLIB$$3b4c07b7.CGLIB$remoteHttpCallService$34(<generated>)
 at com.wily.introscope.appmap.config.NoAppmapBeansConfig$$EnhancerBySpringCGLIB$$3b4c07b7$$FastClassBySpringCGLIB$$41c83027.invoke(<generated>)
 at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
 at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 at com.wily.introscope.appmap.config.NoAppmapBeansConfig$$EnhancerBySpringCGLIB$$3b4c07b7.remoteHttpCallService(<generated>)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 ... 58 more
Caused by: com.wily.util.exception.UnexpectedExceptionError: Service com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService not found
 at com.wily.introscope.osgi.BundleUtilities.getLocalServiceSafe(BundleUtilities.java:113)
 at com.wily.introscope.osgi.BundleUtilities.getLocalServiceSafe(BundleUtilities.java:99)
 at com.wily.introscope.osgi.ABundleActivator.getLocalServiceSafe(ABundleActivator.java:151)
 at com.wily.introscope.appmap.config.NoAppmapBeansConfig.getLocalServiceSafe(NoAppmapBeansConfig.java:298)
 ... 69 more
Caused by: com.wily.introscope.osgi.LocalServiceNotFoundException: Service com.wily.introscope.spec.server.appmap.remotehttp.RemoteHttpCallService not found
 at com.wily.introscope.osgi.BundleUtilities.getLocalService(BundleUtilities.java:161)
 at com.wily.introscope.osgi.BundleUtilities.getLocalServiceSafe(BundleUtilities.java:107)
 ... 72 more

Environment

Application Performance Management 10.7.0.358  

 

Cause

This problem is related to defect # DE525493

Resolution

To be fixed in APM 10.8

Additional Information

https://knowledge.broadcom.com/external/article/105898/apm-107-hotfixes.html