4 Replies Latest reply on Oct 3, 2002 5:31 AM by jules

    ClusteredHTTPSessionServiceMBean not found

    sradford

      Hi,

      Got an applicatin that deploys and runs under JBoss-3.0.2 on Windows with no problems, but on Linux I get the following whilst deploying the webapp:

      16:45:35,692 WARN [Manager] distributed Store (org.jboss.jetty.session.ClusterStore) failed to initialise
      java.lang.NoClassDefFoundError: org.jboss.ha.httpsession.server.ClusteredHTTPSessionServiceMBean
      at org.jboss.jetty.session.ClusterStore.class$(ClusterStore.java:26)
      [rest of stack trace removed]

      Any ideas?

      (I can't even find any mention of this class in the distribution!! - via a search that is)

      Regards,

      Sean

        • 1. Re: ClusteredHTTPSessionServiceMBean not found
          sradford

          Sorry,

          Above does happen on Windows, but not JBoss-3.0.1RC1.

          Any help much appreciated.

          Regards,

          Sean
          Dr Sean Radford, MBBS, MSc

          • 2. Re: ClusteredHTTPSessionServiceMBean not found

            If you didn't mean your webapp to be , remove this element from your web.xml.

            If you did mean it - look at the distributable session manager stacks in deploy/jbossweb.sar/META-INF/jboss-service.xml and choose the CMPStore or JGStore based implementation.

            Jules

            • 3. Re: ClusteredHTTPSessionServiceMBean not found
              sradford

              I do have the distributable tag set. Don't really want it, but it is being put there by XDoclet (asked the xdoclet list to find out how I get rid of it).

              I've tried with the CMPStore, but get this:

              09:31:58,169 WARN [Manager] distributed Store (org.mortbay.j2ee.session.CMPStore) failed to initialise
              javax.naming.NameNotFoundException: jetty not bound
              at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
              at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)

              and can't find any refernce to JGStore.

              (But I'll wait to hear back from XDoclet before I investigate further - or just revert back to JBoss-3.0.1RC1)

              Thanks,

              Sean

              • 4. Re: ClusteredHTTPSessionServiceMBean not found

                I've used xdoclet with the distributable tag - you simply have to be explicit in your build file, when calling it.

                Look in the xdoclet doc.

                As for the missing classes - I think I know what may have happened - I had very short notice on 3.0.3 going out. I'll check it as soon as I can find the time.

                Jules