0 Replies Latest reply on Feb 9, 2004 5:37 AM by jesse1

    session/clustering errors

    jesse1

      Hi,

      We set up jboss 3.2.3 and jetty jetty-4.2.17.sar. We configured clustering and the jetty SessionManager according to the instructions.

      Problem: sessions are still not maintained on one machine when the person logs in and sessions switch from http to https.

      Problem: when the session switches machines the session has not been replicated on the other server so the informaiton is lost.

      How can we determine why this is happening nad resolve these problems?

      Errors in logs:

      ty:Server=0,NCSARequestLog=0
      2004-02-09 01:30:57,281 ERROR [org.jboss.jetty] problem configuring Jetty:
      java.lang.NoSuchMethodException: class org.mortbay.j2ee.session.Manager.setWorkerName(class java.lang.String)

      AND

      2004-02-09 01:31:10,796 WARN [org.jboss.util.NestedThrowable] Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from: class org.jboss.deployment.DeploymentException
      2004-02-09 01:31:10,796 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deloyment: file:/D:/RADICALSOFTWARE/WEBSERVERS/jboss-3.2.3/server/all/deploy/management/web-console.war
      org.jboss.deployment.DeploymentException: Was unable to move war to: D:\RADICALSOFTWARE\WEBSERVERS\jboss-3.2.3\server\all\tmp\deploy\tmp35757web-console.war.tmp; - nested throwable: (org.jboss.deployment.DeploymentException: Was unable to move war to: [...]\server\all\tmp\deploy\tmp35757web-console.war.tmp)
      at org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:350)

      Thanks,
      Jesse