2 Replies Latest reply on Jan 8, 2010 7:11 AM by theute

    Importing Initial Data

      Fired up Gatein (3.0.0-Beta04) using mysql and 389-directory server. Initial users and attributes get created in ldap however 8080:/portal/public/classic returns 'null' and the "Page Not Found" error. Able to login @ 8080:/portal/private with the default users but same error exists.

       

      Stack trace shows something like:

      ERROR [Portal:UserPortalConfigService] Could not import initial data
      java.lang.IllegalArgumentException: Cannot insert page org.exoplatform.portal.pom.data.PageData@209752ed as the corresponding portal /platform/users with type ObjectType[interface org.gatein.mop.api.workspace.Site] does not exist

       

      Searched docs and groups and performed lots of experiments but still not quite sure what causes this. Any ideas?

        • 1. Re: Importing Initial Data
          bdaw
          Are you using tomcat or JBoss AS deployment? In JBoss AS there is one issue related to the bootstrap of second portal container. Configuration creates second DB instance but if it points to the same LDAP for both containers there are issues during identity data population.  Could you try with the trunk from svn? I made some config separation there.
          • 2. Re: Importing Initial Data
            theute
            You could also try to remove gatein-sample-portal and gatein-sample-extension from the deploy directory as well I guess.