1 Reply Latest reply on May 14, 2003 1:47 AM by slaboure

    Strange behaviour

    vitaliy

      I have found a strange behaviour.

      1 I download the newest version of JBOSS-tomcat.
      2 run -c all
      3 After JBOSS has started, I make a little modification to "cluster-service.xml" (Just adding a single space to force re-deployment)
      4. During the re-deployment a lot of exceptions are thrown.

      Is it ok? Is there something wrong? Can it cause the cluster not to work?

      Thank you!

      Vitaliy.


      exceptions:

      00:25:19,078 INFO [FarmMemberService] Creating
      00:25:19,078 ERROR [FarmMemberService] Initialization failed
      org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.createService(
      AbstractDeploymentScanner.java:232)
      at org.jboss.ha.framework.server.FarmMemberService.createService(FarmMem
      berService.java:116)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
      158)
      at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
      ....
      ------------------------
      00:25:19,500 WARN [ServiceController] Problem creating service jboss:service=Fa
      rmMember,partition=DefaultPartition
      org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.createService(
      AbstractDeploymentScanner.java:232)
      at org.jboss.ha.framework.server.FarmMemberService.createService(FarmMem
      berService.java:116)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
      158)
      at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
      .........
      ----------------------
      00:25:19,921 INFO [EntityContainer] Creating
      00:25:19,921 ERROR [EntityContainer] Initialization failed
      java.lang.NullPointerException
      at org.jboss.ejb.EntityContainer.createService(EntityContainer.java:241)

      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
      158)
      at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      .............
      -----------------------