Quantcast
Channel: VMware Communities : Popular Discussions - Hyperic User Forums
Viewing all articles
Browse latest Browse all 52618

hyperic 4.2 and admin helper plugin

$
0
0
Hi there...

I am trying to install the admin helper plugin into a fresh installation of hyperic 4.2 EE. During startup, however, an excecption gets thrown:

2009-12-21 13:22:32,639 INFO  [main] [org.hyperic.hq.hqu.rendit.RenditServer@107] Loading plugin from [/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
2009-12-21 13:22:32,639 INFO  [main] [org.hyperic.hq.hqu.rendit.PluginWrapper@126] Loading plugin in [/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper] with loaders for: [file:/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/rendit_sys/]
2009-12-21 13:22:35,886 WARN  [main] [org.hyperic.hq.ui.server.session.UIStartupListener@95] Unable to add plugin in [/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
org.hyperic.hq.hqu.rendit.PluginLoadException: Unable to load plugin
        at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:140)
        at org.hyperic.hq.hqu.rendit.RenditServer.addPluginDir(RenditServer.java:109)
        at org.hyperic.hq.ui.server.session.UIStartupListener$1.fileAdded(UIStartupListener.java:93)
        at org.hyperic.hq.ui.server.session.UIStartupListener.initPlugins(UIStartupListener.java:112)
        at org.hyperic.hq.ui.server.session.UIStartupListener.access$100(UIStartupListener.java:44)
        at org.hyperic.hq.ui.server.session.UIStartupListener$UIPluginInitializer.pluginsDeployed(UIStartupListener.java:66)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.hyperic.util.callback.CallbackType$1.callListeners(CallbackType.java:50)
        at org.hyperic.util.callback.CallbackDispatcher$CallbackHandler.invoke(CallbackDispatcher.java:89)
        at $Proxy380.pluginsDeployed(Unknown Source)
        at org.hyperic.hq.product.server.mbean.ProductPluginDeployer.handleNotification(ProductPluginDeployer.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy234.handleNotification(Unknown Source)
        at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
        at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
        at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:916)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:497)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.hyperic.hq.hqu.rendit.PluginLoadException: Unable to load plugin
        at org.hyperic.hq.hqu.rendit.PluginWrapper.loadPlugin(PluginWrapper.java:162)
        at org.hyperic.hq.hqu.rendit.RenditServer.loadPluginInternal(RenditServer.java:166)
        at org.hyperic.hq.hqu.rendit.RenditServer.access$000(RenditServer.java:52)
        at org.hyperic.hq.hqu.rendit.RenditServer$1.run(RenditServer.java:136)
        at org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79)
        at org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68)
        at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:130)
        ... 27 more
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, /home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper/app/EEManager.groovy: 21: unable to resolve class com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
@ line 21, column 1.
   import com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
   ^
/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper/app/EEManager.groovy: 117: unable to resolve class com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
@ line 117, column 3.
                eaa.setAlertDefId(rMeasurementId)
2009-12-21 13:22:32,639 INFO  [main] [org.hyperic.hq.hqu.rendit.RenditServer@107] Loading plugin from [/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
2009-12-21 13:22:32,639 INFO  [main] [org.hyperic.hq.hqu.rendit.PluginWrapper@126] Loading plugin in [/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper] with loaders for: [file:/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/rendit_sys/]
2009-12-21 13:22:35,886 WARN  [main] [org.hyperic.hq.ui.server.session.UIStartupListener@95] Unable to add plugin in [/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
org.hyperic.hq.hqu.rendit.PluginLoadException: Unable to load plugin
        at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:140)
        at org.hyperic.hq.hqu.rendit.RenditServer.addPluginDir(RenditServer.java:109)
        at org.hyperic.hq.ui.server.session.UIStartupListener$1.fileAdded(UIStartupListener.java:93)
        at org.hyperic.hq.ui.server.session.UIStartupListener.initPlugins(UIStartupListener.java:112)
        at org.hyperic.hq.ui.server.session.UIStartupListener.access$100(UIStartupListener.java:44)
        at org.hyperic.hq.ui.server.session.UIStartupListener$UIPluginInitializer.pluginsDeployed(UIStartupListener.java:66)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.hyperic.util.callback.CallbackType$1.callListeners(CallbackType.java:50)
        at org.hyperic.util.callback.CallbackDispatcher$CallbackHandler.invoke(CallbackDispatcher.java:89)
        at $Proxy380.pluginsDeployed(Unknown Source)
        at org.hyperic.hq.product.server.mbean.ProductPluginDeployer.handleNotification(ProductPluginDeployer.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy234.handleNotification(Unknown Source)
        at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
        at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
        at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:916)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:497)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.hyperic.hq.hqu.rendit.PluginLoadException: Unable to load plugin
        at org.hyperic.hq.hqu.rendit.PluginWrapper.loadPlugin(PluginWrapper.java:162)
        at org.hyperic.hq.hqu.rendit.RenditServer.loadPluginInternal(RenditServer.java:166)
        at org.hyperic.hq.hqu.rendit.RenditServer.access$000(RenditServer.java:52)
        at org.hyperic.hq.hqu.rendit.RenditServer$1.run(RenditServer.java:136)
        at org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79)
        at org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68)
        at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:130)
        ... 27 more
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, /home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper/app/EEManager.groovy: 21: unable to resolve class com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
@ line 21, column 1.
   import com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
   ^
/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper/app/EEManager.groovy: 117: unable to resolve class com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
@ line 117, column 3.
                eaa.setAlertDefId(rMeasurementId)



Any hints?

Björn

Viewing all articles
Browse latest Browse all 52618

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>