[embjopr-issues] [JBoss JIRA] Created: (EMBJOPR-94) NoSuchMethodError: org.jboss.deployers.spi.management.ManagementView.load()V

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Thu Mar 12 08:51:41 EDT 2009


NoSuchMethodError: org.jboss.deployers.spi.management.ManagementView.load()V
----------------------------------------------------------------------------

                 Key: EMBJOPR-94
                 URL: https://jira.jboss.org/jira/browse/EMBJOPR-94
             Project: Embedded Jopr
          Issue Type: Bug
         Environment: JBossAS 5.0.1, Embjopr trunk
            Reporter: Juergen Zimmermann


When I start JBossAS 5.0.1 (with deploy/jbas5-admin-console.war) I get this stacktrace:

...
13:42:55,230 INFO  [ServletContextListener] Welcome to Seam 2.1.0.SP1
13:43:05,843 WARN  [Initialization] <action expression="#{redirect.captureCurrentView}" /> has been deprecated, use <action execute="#{redirect.captureCurrentView}" /> instead
13:43:05,843 WARN  [Initialization] <action expression="#{redirect.returnToCapturedView}" /> has been deprecated, use <action execute="#{redirect.returnToCapturedView}" /> instead
13:43:07,439 WARN  [Component] Component class should be serializable: contentDisplayAction
13:43:07,450 WARN  [Component] Component class should be serializable: createContentBackedResourceAction
13:43:07,482 WARN  [Component] Component class should be serializable: navigationAction
13:43:07,492 WARN  [Component] Component class should be serializable: operationAction
13:43:07,649 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
13:43:07,670 WARN  [Component] Component class should be serializable: resourceConfigurationUIBean
13:43:07,683 WARN  [Component] Component class should be serializable: updateBackingContentAction
13:43:07,694 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
13:43:07,761 INFO  [BootstrapAction] Bootstrapping Administration Console v1.2.0-SNAPSHOT...
13:43:07,993 INFO  [PluginContainer] Initializing Plugin Container v1.2.0-SNAPSHOT...
13:43:09,332 INFO  [InventoryManager] Initializing Inventory Manager...
13:43:09,472 WARN  [SystemInfoFactory] System info API not accessible on this platform (native shared library not found in java.library.path).
13:43:09,520 INFO  [InventoryManager] Detected new Platform [Resource[id=-2, type=Windows, key=iwi-w-ziju01-a.ads.hs-karlsruhe.de, name=iwi-w-ziju01-a.ads.hs-karlsruhe.de, parent=<null>, version=Windows Vista 6.0]] - adding to local inventory...
13:43:09,553 INFO  [InventoryManager] Inventory Manager initialized.
13:43:09,562 INFO  [ResourceFactoryManager] Initializing
13:43:09,562 INFO  [ContentManager] Initializing Content Manager...
13:43:09,563 INFO  [ContentManager] Content Manager initialized...
13:43:09,567 INFO  [BootstrapAction] Loaded RHQ plugin [JBossAS5].
13:43:09,567 INFO  [BootstrapAction] Loaded RHQ plugin [Platforms].
13:43:09,571 INFO  [PluginContainerResourceManager] Discovering Resources...
13:43:09,571 INFO  [AutoDiscoveryExecutor] Executing server discovery scan...
13:43:09,649 INFO  [ApplicationServerDiscoveryComponent] Discovering JBossAS Server Resources...
13:43:09,676 INFO  [ProfileServiceFactory] About to load profile
13:43:09,676 WARN  [InventoryManager] Failure during discovery for [JBossAS Server] Resources - failed after 28 ms.
java.lang.NoSuchMethodError: org.jboss.deployers.spi.management.ManagementView.load()V
	at org.rhq.plugins.jbossas5.factory.ProfileServiceFactory.loadProfile(ProfileServiceFactory.java:135)
	at org.rhq.plugins.jbossas5.factory.ProfileServiceFactory.refreshCurrentProfileView(ProfileServiceFactory.java:113)
	at org.rhq.plugins.jbossas5.factory.ProfileServiceFactory.getCurrentProfileView(ProfileServiceFactory.java:100)
	at org.rhq.plugins.jbossas5.factory.ProfileServiceFactory.refreshCurrentProfileView(ProfileServiceFactory.java:113)
	at org.rhq.plugins.jbossas5.ApplicationServerDiscoveryComponent.discoverResources(ApplicationServerDiscoveryComponent.java:74)
	at org.rhq.core.pc.inventory.InventoryManager.executeComponentDiscovery(InventoryManager.java:1542)
	at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.pluginDiscovery(AutoDiscoveryExecutor.java:185)
	at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.call(AutoDiscoveryExecutor.java:104)
	at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.call(AutoDiscoveryExecutor.java:70)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the embjopr-issues mailing list