Having a problem with the above module
Could you tell me why this module does not raise alerts?
[WARN] [main] [Manager.Bootstrap] Error in linking Management Module AlertDowntimeSchedules
com.wily.introscope.spec.server.XMLException: 3 error(s) were encountered loading the management modules.
at com.wily.introscope.server.enterprise.entity.bootstrap.XMLPlaceholderBundle.linkConstructReferences(XMLPlaceholderBundle.java:337)
at com.wily.introscope.server.enterprise.entity.bootstrap.BundleBootstrapper.load(BundleBootstrapper.java:394)
at com.wily.introscope.server.enterprise.entity.bootstrap.BootstrapEntity.loadBundles(BootstrapEntity.java:391)
at com.wily.introscope.server.enterprise.entity.bootstrap.BootstrapEntity.loadServerState(BootstrapEntity.java:219)
at com.wily.introscope.server.enterprise.EnterpriseServer.initialize(EnterpriseServer.java:767)
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:1616)
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:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
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)
[WARN] [main] [Manager.Bootstrap] Skip registering Management Module AlertDowntimeSchedules
The Management module is not registering for AlertDowntimeSchedules . Therefore no Alert will fire. This appears to be related to a link outside of the management module in the management module. Please correct