dev@glassfish.java.net

Exception loading admin console: The element type "mbean" must be terminated by the matching end-tag "</mbean>"

From: Sahoo <Sahoo_at_Sun.COM>
Date: Sat, 19 Sep 2009 12:07:54 +0530

In the latest workspace, although the admin console is accessible, I see
the following during loading of admin console:

SEVERE: [Fatal Error] :1322:7: The element type "mbean" must be
terminated by the matching end-tag "</mbean>".

Sep 19, 2009 12:05:05 PM
org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource execute
SEVERE: Error reading descriptors
org.xml.sax.SAXParseException: The element type "mbean" must be
terminated by the matching end-tag "</mbean>".
        at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:239)
        at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:283)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
        at
org.apache.tomcat.util.modeler.util.DomUtil.readXml(DomUtil.java:297)
        at
org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource.execute(MbeansDescriptorsDOMSource.java:125)
        at
org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource.loadDescriptors(MbeansDescriptorsDOMSource.java:115)
        at org.apache.tomcat.util.modeler.Registry.load(Registry.java:757)
        at
org.apache.tomcat.util.modeler.Registry.loadDescriptors(Registry.java:868)
        at
org.apache.tomcat.util.modeler.Registry.loadDescriptors(Registry.java:847)
        at
org.apache.tomcat.util.modeler.Registry.findDescriptor(Registry.java:922)
        at
org.apache.tomcat.util.modeler.Registry.findManagedBean(Registry.java:635)
        at
org.apache.tomcat.util.modeler.Registry.findManagedBean(Registry.java:977)
        at
org.apache.tomcat.util.modeler.Registry.registerComponent(Registry.java:797)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java:622)
        at
org.apache.catalina.core.StandardEngine.init(StandardEngine.java:435)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:507)
        at org.apache.catalina.startup.Embedded.start(Embedded.java:946)
        at
com.sun.enterprise.web.WebContainer.postConstruct(WebContainer.java:578)
        at
com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174)
        at
com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:89)
        at java.security.AccessController.doPrivileged(Native Method)
        at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:86)
        at
com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
        at
com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:58)
        at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:107)
        at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
        at
org.glassfish.internal.data.EngineInfo.getContainer(EngineInfo.java:78)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.startContainers(ApplicationLifecycle.java:684)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:429)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:232)
        at
com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:317)
        at
com.sun.enterprise.v3.admin.adapter.InstallerThread.load(InstallerThread.java:285)
        at
com.sun.enterprise.v3.admin.adapter.InstallerThread.run(InstallerThread.java:100)

Thanks,
Sahoo