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?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954477#3954477

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954477

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to