1 Reply Latest reply on Jun 29, 2006 2:44 PM by alex.pinkin

    HttpInvokerHA - disappeared?

    mikeattibco

      I am using JBoss 4.0.4 patch1. When I try to invoke the HttpInvokerHA MBean in jboss-service.xml:

      <mbean code="org.jboss.invocation.http.server.HttpInvokerHA"
       name="jboss:service=invoker,type=httpHA">
       <!-- Use a URL of the form http://<hostname>:8080/invoker/EJBInvokerHAServlet
       where <hostname> is InetAddress.getHostname value on which the server
       is running.
       -->
       <attribute name="InvokerURLPrefix">http://</attribute>
       <attribute name="InvokerURLSuffix">:18080/invoker/EJBInvokerHAServlet</attribute>
       <attribute name="UseHostName">true</attribute>
       </mbean>
      


      ...I get an error:


      09:54:51,122 ERROR [MainDeployer] Could not create deployment: file:/C:/mayers/w
      rk/dev_400c/dev/jb_celequest/4.0.4/deploy/http-invoker.sar/
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.i
      nvocation.http.server.HttpInvokerHA; - nested throwable: (java.lang.ClassNotFoun
      dException: No ClassLoaders found for: org.jboss.invocation.http.server.HttpInvo
      kerHA)


      Scanning the distro finds no jar with org.jboss.invocation.http.server.HttpInvokerHA in it. However, the 4.0.4 Application Server guide directly mentions this MBean. Does anyone know what's going on here?