2 Replies Latest reply on Jul 3, 2006 3:13 AM by kh2ouija

    Problem starting JBoss Portal

    kh2ouija

      I am getting this error both with the 2.2.1 SP3 bundle and when deploying 2.2.1 SP3 binary on JBoss 4.0.4.GA. It is a fresh install of the application server and the portal app - I don't change *any* configuration settings, not even the default datasource. Basically, when starting the application server, I get a lot of error stack traces that seem to be caused by this:

      java.lang.NoClassDefFoundError: org/jboss/ha/singleton/HASingletonMBean


      After the application server boots up, the portal application is obviously unavailable:

      java.lang.IllegalStateException: Cannot get portal server
       org.jboss.portal.server.servlet.PortalServlet.getServer(PortalServlet.java:105)
       org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:197)
       javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
       javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
       org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


      I am using sun-jdk-1.5.0.06 on Gentoo linux 2.6.14

      TIA