4 Replies Latest reply on Jun 21, 2006 7:39 PM by claprun

    Trouble installing 2.4 Beta

      JBoss AS - 4.0.4 GA (from zip)
      MySQL - 5.0.22-9
      Portal - 2.4.0 Beta

      I followed the installation instructions and at first, got an error saying the MODIFIABLE column was too small. I found it in the JBP_INSTANCE table. The was causing the table not to be populated. So, I changed the column from 1 to 64 length. And restarted the server...

      The table got populated...

      I know notice a lot of these statements...

      23:28:07,272 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.UserImpl]; using defaults.
      23:28:07,467 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.RoleImpl]; using defaults.
      23:28:07,529 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.UserImpl.roles]; using defaults.
      23:28:07,614 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.UserImpl.dynamic]; using defaults.
      23:28:07,664 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.RoleImpl.users]; using defaults.

      and finally...

      23:28:10,336 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
      23:28:10,737 WARN [ObjectDeployment] Cannot create portal object Portal[default] because the parent '' that the deployment descriptor references does not exist
      23:28:10,806 WARN [ObjectDeployment] Cannot create portal object Page[News] because the parent 'default' that the deployment descriptor references does not exist
      23:28:10,807 WARN [ObjectDeployment] Cannot create portal object Page[Admin] because the parent 'default' that the deployment descriptor references does not exist
      23:28:10,860 WARN [ObjectDeployment] Cannot create portal object Page[Secure Policy Config] because the parent 'default.default' that the deployment descriptor references does not exist
      23:28:16,477 WARN [ObjectDeployment] Cannot create portal object Page[Test] because the parent 'default' that the deployment descriptor references does not exist
      23:28:17,620 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
      23:28:17,876 INFO [FacesConfigurator] Reading config jar:file:/usr/local/jboss-4.0.4.GA/server/default/tmp/deploy/tmp10430jsf-facelets.jar!/META-INF/faces-config.xml
      23:28:17,934 INFO [FacesConfigurator] Reading config jar:file:/usr/local/jboss-4.0.4.GA/server/default/tmp/deploy/tmp10444tomahawk.jar!/META-INF/faces-config.xml

      but no errors....

      When I try hitting the portal through a browser i get a bunch more errors...

      ANY help would be much appreciated....

      Thanks

      Indy