1 Reply Latest reply on Jan 22, 2003 5:23 PM by jmc_o_bfd

    Farming problem

    lumin

      Hi all,

      I tried to establish farming, but after deploying farm-service.xml I get that exception:org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'. Ok, it's no problem to add a Deployer attribute within the mbean service, but I have no idea about how to set this attribute!? Clustering doc doesn't refer to an attribute like this. Any suggestions?

      Best regards,
      lumin

        • 1. Re: Farming problem
          jmc_o_bfd

          You're right, the docs don't refer to this attribute. I found it while googling the problem. Short answer is to add the following line to your farm-service.xml file:

          <depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer

          That should take care of it for you.

          jonMC