[JBoss JIRA] Resolved: (JBCLUSTER-55) Full MBean cycle for HAPartition doesn't work
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBCLUSTER-55?page=all ]
Brian Stansberry resolved JBCLUSTER-55.
---------------------------------------
Fix Version/s: (was: Bugs)
Resolution: Duplicate Issue
Assignee: Brian Stansberry
Closing as duplicate; I recreated (and closed as fixed) the same issue in the AS project. Please report AS issues in the AS project.
> Full MBean cycle for HAPartition doesn't work
> ---------------------------------------------
>
> Key: JBCLUSTER-55
> URL: http://jira.jboss.com/jira/browse/JBCLUSTER-55
> Project: JBoss Clustering
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Noel Rocher
> Assigned To: Brian Stansberry
> Priority: Minor
>
> HAPartition cycle : create -> start -> stop -> destroy -> create.
> Here is a stack strace on 3.2:
> 09:03:03,523 ERROR [EntityContainer] Initialization failed jboss.j2ee:jndiName=clustering/HTTPSession,service=EJB
> java.lang.NullPointerException
> at org.jboss.ejb.EntityContainer.createService(EntityContainer.java:236)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
> at $Proxy56.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:283)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at org.jboss.system.ServiceController.create(ServiceController.java:306)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:162)
> 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:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:234)
> at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:200)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:423)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> at java.lang.Thread.run(Thread.java:534)
> 09:03:03,523 WARN [ServiceController] Problem creating service jboss.j2ee:jndiName=clustering/HTTPSession,service=EJB
> RuntimeMBeanException: java.lang.NullPointerException
> Cause: java.lang.NullPointerException
> at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:82)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:64)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
> at $Proxy56.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:283)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at org.jboss.system.ServiceController.create(ServiceController.java:306)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:162)
> 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:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:234)
> at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:200)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:423)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> at java.lang.Thread.run(Thread.java:534)
> Caused by: java.lang.NullPointerException
> at org.jboss.ejb.EntityContainer.createService(EntityContainer.java:236)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> ... 66 more
> 09:03:03,533 ERROR [FarmMemberService] Initialization failed jboss:service=FarmMember,partition=DefaultPartition
> org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
> at org.jboss.deployment.scanner.AbstractDeploymentScanner.createService(AbstractDeploymentScanner.java:233)
> at org.jboss.ha.framework.server.FarmMemberService.createService(FarmMemberService.java:115)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
> at $Proxy56.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:283)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at org.jboss.system.ServiceController.create(ServiceController.java:306)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:162)
> 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:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:234)
> at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:200)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:423)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> at java.lang.Thread.run(Thread.java:534)
> 09:03:03,543 WARN [ServiceController] Problem creating service jboss:service=FarmMember,partition=DefaultPartition
> MBeanException: org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
> Cause: org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
> at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:91)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:64)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
> at $Proxy56.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:283)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at org.jboss.system.ServiceController.create(ServiceController.java:306)
> at org.jboss.system.ServiceController.create(ServiceController.java:216)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:162)
> 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:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
> at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:234)
> at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:200)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
> at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:423)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> at java.lang.Thread.run(Thread.java:534)
> Caused by: org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
> at org.jboss.deployment.scanner.AbstractDeploymentScanner.createService(AbstractDeploymentScanner.java:233)
> at org.jboss.ha.framework.server.FarmMemberService.createService(FarmMemberService.java:115)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
> ... 66 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Created: (JBAS-3713) Full MBean lifecycle for HAPartition doesn't work
by Brian Stansberry (JIRA)
Full MBean lifecycle for HAPartition doesn't work
-------------------------------------------------
Key: JBAS-3713
URL: http://jira.jboss.com/jira/browse/JBAS-3713
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-4.0.4.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: JBossAS-4.0.5.GA
As reported by Noel Rocher in JBCLUSTER-55, HAPartition cycle : create -> start -> stop -> destroy -> create fails on 2nd create due to FarmMemberService throwing "org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'".
This is because superclass AbstractDeploymentScanner drops its ref to the deployer in destroyService(). The type passed to attribute Deployer is actually an ObjectName, so solution is to cache the ObjectName in FarmMemberService, and use it in createService() to re-call setDeployer() if the deployer is no longer available.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Updated: (JBAS-1761) Clustering unit test failures
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1761?page=all ]
Brian Stansberry updated JBAS-1761:
-----------------------------------
Comment: was deleted
> Clustering unit test failures
> -----------------------------
>
> Key: JBAS-1761
> URL: http://jira.jboss.com/jira/browse/JBAS-1761
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Environment: ant tests-clustering-all-stacks
> [starksm@banshee9100 testsuite]$ $JAVA_HOME/bin/java -version
> java version "1.4.2_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
> Reporter: Scott M Stark
> Assigned To: Brian Stansberry
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: 2005-05-02.21-59.tgz
>
>
> There are a number of clustering test failures using the TCP stack, and a couple using UDP that need to be resolved for the 4.0.2 release.
> Name Tests Errors Failures Time(s)
> ScopedAttrBasedTestCase(Default-TCP) 4 0 2 7.500
> ScopedTestCase(Default-TCP) 4 0 2 4.594
> SessionBasedConcurrentTestCase(Default-TCP) 2 0 1 9.766
> SimpleTestCase(Default-TCP) 3 0 2 64.532
> SimpleTestCase(Default-UDP) 3 0 1 64.359
> SimpleTestCase(SyncModeNUseJvm-TCP) 3 0 1 64.406
> SimpleTestCase(SyncModeNUseJvm-UDP) 3 0 1 64.562
> WebSessionTestCase(Default-TCP) 3 0 2 3.515
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Updated: (JBAS-1761) Clustering unit test failures
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1761?page=all ]
Brian Stansberry updated JBAS-1761:
-----------------------------------
Comment: was deleted
> Clustering unit test failures
> -----------------------------
>
> Key: JBAS-1761
> URL: http://jira.jboss.com/jira/browse/JBAS-1761
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Environment: ant tests-clustering-all-stacks
> [starksm@banshee9100 testsuite]$ $JAVA_HOME/bin/java -version
> java version "1.4.2_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
> Reporter: Scott M Stark
> Assigned To: Brian Stansberry
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: 2005-05-02.21-59.tgz
>
>
> There are a number of clustering test failures using the TCP stack, and a couple using UDP that need to be resolved for the 4.0.2 release.
> Name Tests Errors Failures Time(s)
> ScopedAttrBasedTestCase(Default-TCP) 4 0 2 7.500
> ScopedTestCase(Default-TCP) 4 0 2 4.594
> SessionBasedConcurrentTestCase(Default-TCP) 2 0 1 9.766
> SimpleTestCase(Default-TCP) 3 0 2 64.532
> SimpleTestCase(Default-UDP) 3 0 1 64.359
> SimpleTestCase(SyncModeNUseJvm-TCP) 3 0 1 64.406
> SimpleTestCase(SyncModeNUseJvm-UDP) 3 0 1 64.562
> WebSessionTestCase(Default-TCP) 3 0 2 3.515
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Commented: (JBAS-1761) Clustering unit test failures
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1761?page=comments#action_12344182 ]
Brian Stansberry commented on JBAS-1761:
----------------------------------------
Final resolution of this involved the following:
1) Remove all up and down threads from the tc5-cluster.sar TCP stack, and all but one (up) thread from the cluster-service.xml stack. Removes random latency I'd seen that caused failures of timing sensitive tests.
2) Added TCP.tcp_nodelay to cluster-service.xml TCP stack, where having nagling enabled was leading to timeout of a test that made >10,000 synchronous RPC calls.
> Clustering unit test failures
> -----------------------------
>
> Key: JBAS-1761
> URL: http://jira.jboss.com/jira/browse/JBAS-1761
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Environment: ant tests-clustering-all-stacks
> [starksm@banshee9100 testsuite]$ $JAVA_HOME/bin/java -version
> java version "1.4.2_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
> Reporter: Scott M Stark
> Assigned To: Brian Stansberry
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: 2005-05-02.21-59.tgz
>
>
> There are a number of clustering test failures using the TCP stack, and a couple using UDP that need to be resolved for the 4.0.2 release.
> Name Tests Errors Failures Time(s)
> ScopedAttrBasedTestCase(Default-TCP) 4 0 2 7.500
> ScopedTestCase(Default-TCP) 4 0 2 4.594
> SessionBasedConcurrentTestCase(Default-TCP) 2 0 1 9.766
> SimpleTestCase(Default-TCP) 3 0 2 64.532
> SimpleTestCase(Default-UDP) 3 0 1 64.359
> SimpleTestCase(SyncModeNUseJvm-TCP) 3 0 1 64.406
> SimpleTestCase(SyncModeNUseJvm-UDP) 3 0 1 64.562
> WebSessionTestCase(Default-TCP) 3 0 2 3.515
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Updated: (JBAS-1761) Clustering unit test failures
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1761?page=all ]
Brian Stansberry updated JBAS-1761:
-----------------------------------
Comment: was deleted
> Clustering unit test failures
> -----------------------------
>
> Key: JBAS-1761
> URL: http://jira.jboss.com/jira/browse/JBAS-1761
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Environment: ant tests-clustering-all-stacks
> [starksm@banshee9100 testsuite]$ $JAVA_HOME/bin/java -version
> java version "1.4.2_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
> Reporter: Scott M Stark
> Assigned To: Brian Stansberry
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: 2005-05-02.21-59.tgz
>
>
> There are a number of clustering test failures using the TCP stack, and a couple using UDP that need to be resolved for the 4.0.2 release.
> Name Tests Errors Failures Time(s)
> ScopedAttrBasedTestCase(Default-TCP) 4 0 2 7.500
> ScopedTestCase(Default-TCP) 4 0 2 4.594
> SessionBasedConcurrentTestCase(Default-TCP) 2 0 1 9.766
> SimpleTestCase(Default-TCP) 3 0 2 64.532
> SimpleTestCase(Default-UDP) 3 0 1 64.359
> SimpleTestCase(SyncModeNUseJvm-TCP) 3 0 1 64.406
> SimpleTestCase(SyncModeNUseJvm-UDP) 3 0 1 64.562
> WebSessionTestCase(Default-TCP) 3 0 2 3.515
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Resolved: (JBAS-1761) Clustering unit test failures
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1761?page=all ]
Brian Stansberry resolved JBAS-1761.
------------------------------------
Resolution: Done
> Clustering unit test failures
> -----------------------------
>
> Key: JBAS-1761
> URL: http://jira.jboss.com/jira/browse/JBAS-1761
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Environment: ant tests-clustering-all-stacks
> [starksm@banshee9100 testsuite]$ $JAVA_HOME/bin/java -version
> java version "1.4.2_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
> Reporter: Scott M Stark
> Assigned To: Brian Stansberry
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: 2005-05-02.21-59.tgz
>
>
> There are a number of clustering test failures using the TCP stack, and a couple using UDP that need to be resolved for the 4.0.2 release.
> Name Tests Errors Failures Time(s)
> ScopedAttrBasedTestCase(Default-TCP) 4 0 2 7.500
> ScopedTestCase(Default-TCP) 4 0 2 4.594
> SessionBasedConcurrentTestCase(Default-TCP) 2 0 1 9.766
> SimpleTestCase(Default-TCP) 3 0 2 64.532
> SimpleTestCase(Default-UDP) 3 0 1 64.359
> SimpleTestCase(SyncModeNUseJvm-TCP) 3 0 1 64.406
> SimpleTestCase(SyncModeNUseJvm-UDP) 3 0 1 64.562
> WebSessionTestCase(Default-TCP) 3 0 2 3.515
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months