1 Reply Latest reply on Jun 30, 2011 2:53 AM by trong.tran

    GateIn-3.2.0 question

    avetis123

      Hi,

       

      I was trying to run our web app ( which was previously running on GateIn-3.0.0 and GAteIn-3.1.0),

      on newly released GateIn-3.2.0.

      Below is therror message, that I've got:

       

      ----------------

      22:16:16,341 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary

      of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS IN ERROR:

        Deployment "vfs:///C:/GateIn320/GateIn-3.2.0/server/default/deploy/portal-ear-1.0-SNAPSHOT.ear" is in error due to the following reason(s)

      : java.lang.ClassNotFoundException: org.exoplatform.web.login.PortalLoginController from BaseClassLoader@6ec384f5{vfs:///C:/GateIn320/GateIn

      -3.2.0/server/default/deploy/portal-ear-1.0-SNAPSHOT.ear/my-portal.war/}

       

              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

         .....

      -----------------------------------

       

      The error indicates, that org.exoplatform.web.login.PortalLoginController class wasn't found.

      We 're using org.exoplatform.web.login.PortalLoginController class for our Login module.

      Is there a new class in 3.2.0 that performs functions similar to PortalLoginController?

       

      Avet.