1 Reply Latest reply on Mar 25, 2004 7:20 AM by pt00dgr

    NoSuchMethodError on NT but not on Debian

      Hello.

      I am developing my first cluster. I am using one Linux/Debian node and one Win NT (due to resource issues). The cluster nodes finds each other and the farming service works ok. When I put my EJB archive in the farm directory on my linux node the deployment goes through without any complaints. When it's ready the NT node automatically starts to deploy my beans. But the NT machine can not compile the EJB-QL in my ejb-jar.xml file.

      The error message is:
      org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement ' ... '; - nested throwable: (java.lang.NoSuchMethodErrror)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery. (init)
      ...

      Obs: the jboss instances and the jdbc driver to the MySql are the same versions on both nodes.
      If more information is needed please let me know.

      Best regards

      /David

        • 1. Warning : Deployed as CLUSTERED but not a single cluster

          I am using JBoss3.2.3 when i try to deploy CMP entity bean in cluster mode jboss gives warning 'Deployed as CLUSTERED but not a single clustered-invoker is bound to container ' during deployment of all my entity beans.

          here is the jboss.xml config for my entity bean:


          <ejb-name >Country </ejb-name >
          <jndi-name >local/Country</jndi-name >
          True
          <configuration-name >Clustered BMP EntityBean</configuration-name >
          <cache-invalidation>True</cache-invalidation>

          Anything wrong with my configuration descriptor? Thanks in advance.

          Brett