1 Reply Latest reply on Oct 9, 2002 9:09 AM by slaboure

    Farming issue

    frichard

      Hi,

      I am trying to enable farming on the following version of JBoss: jboss-3.0.3_tomcat-4.1.12.

      I use the following file for configuration:
      <?xml version="1.0" encoding="UTF-8"?>



      DefaultPartition
      ./farm
      jboss.deployment:type=DeploymentScanner,flavor=URL




      But when I start the server, I get the following error:

      09:26:25,667 WARN [FarmMemberService] ScannerName does nothing
      09:26:25,667 INFO [FarmMemberService] Creating
      09:26:25,677 ERROR [FarmMemberService] Initialization failed
      org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.createService(AbstractDeploymentScanner.java:249)
      at org.jboss.ha.framework.server.FarmMemberService.createService(FarmMemberService.java:113)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:136)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)


      Is the "Deployer" attribute a new attribute ? What should I set it too ?

      Thanks,

      FR