This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 112372 - Execution fails - AspectManger is not registered
Summary: Execution fails - AspectManger is not registered
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks: 101812
  Show dependency tree
 
Reported: 2007-08-09 01:00 UTC by John Baker
Modified: 2007-08-09 10:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
visualweb project (24.83 KB, application/octet-stream)
2007-08-09 01:00 UTC, John Baker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Baker 2007-08-09 01:00:18 UTC
Exception executing JBoss visualweb application

A project will be attached.  Need to use the web edition that includes visualweb.

Exception is

Caused by: javax.management.InstanceNotFoundException: jboss.aop:service=AspectManager is not registered.
	at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:662)
	at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:167)
	... 38 more
2007-08-08 11:00:41,875 DEBUG [org.jboss.system.ServiceCreator] Removing mbean from server: jboss.aop:service=AspectManager
2007-08-08 11:00:41,875 DEBUG [org.jboss.system.ServiceCreator] Error unregistering mbean jboss.aop:service=AspectManager
javax.management.InstanceNotFoundException: jboss.aop:service=AspectManager is not registered.
	at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527)
	at org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:383)
	at org.jboss.system.ServiceCreator.uninstall(ServiceCreator.java:309)
	at org.jboss.system.microcontainer.OnlyUnregisterAction.uninstallAction(OnlyUnregisterAction.java:45)
	at org.jboss.system.microcontainer.ServiceControllerContextAction.uninstall(ServiceControllerContextAction.java:90)
	at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
	at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:240)
	at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:738)
	at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:700)
	at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:630)
	at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:238)
	at org.jboss.system.ServiceController.shutdown(ServiceController.java:573)
	at org.jboss.system.server.jmx.JMXKernel.shutdownServices(JMXKernel.java:350)
	at org.jboss.system.server.jmx.JMXKernel.stop(JMXKernel.java:198)
	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:585)
	at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55)
	at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:108)
	at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
	at
org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:103)
	at org.jboss.kernel.plugins.dependency.LifecycleAction.uninstallActionInternal(LifecycleAction.java:167)
	at
org.jboss.kernel.plugins.dependency.KernelControllerContextAction.uninstallAction(KernelControllerContextAction.java:243)
	at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.uninstall(KernelControllerContextAction.java:180)
	at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
	at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:240)
	at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:738)
	at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:700)
	at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:630)
	at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:238)
	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.undeployBean(AbstractKernelDeployer.java:377)
	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.undeployBeans(AbstractKernelDeployer.java:357)
	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.undeploy(AbstractKernelDeployer.java:151)
	at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.undeploy(BasicKernelDeployer.java:76)
	at org.jboss.kernel.plugins.deployment.xml.BasicXMLDeployer.undeploy(BasicXMLDeployer.java:83)
	at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.shutdown(BasicKernelDeployer.java:90)
	at org.jboss.system.server.profileservice.ServerImpl$ShutdownHook.shutdownKernel(ServerImpl.java:785)
	at org.jboss.system.server.profileservice.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:755)
	at org.jboss.system.server.profileservice.ServerImpl$ShutdownHook.run(ServerImpl.java:716)
Comment 1 John Baker 2007-08-09 01:00:53 UTC
Created attachment 46368 [details]
visualweb project
Comment 2 Sherold Dev 2007-08-09 10:13:49 UTC
I cannot reproduce the issue. I was able to deploy the attached project, but because the data source configuration was
invalid the web application did not work.

Anyway, the attached exception reports problems with the server and not with the plugin. You should therefor file an
issue against the JBoss server.

Closing the issue as INVALID.