1 Reply Latest reply on Feb 23, 2006 9:20 PM by roy.russo

    Installing JBoss Portal 2.2 (packaged with JBoss ) fails

    hjodlozinski

      Configuration:
      JBoss Portal 2.2 (packaged with JBoss AS 4.0.3 SP1)
      mySQL 5.0
      mysql-connector-java-3.1.12

      I did follow all installation instructions given in the documentation. The situation is as follows:

      During first startup, not all tables are created.

      Exceptions like:

      org.jboss.deployment.DeploymentException: could not execute query; - nested throwable: (org.hibernate.exception.SQLGrammarException: could not execute query)

      Cannot open connection; - nested throwable: (org.hibernate.exception.GenericJDBCException: Cannot open connection)
      ...


      During second startup the remaining tables seem to be created but still not populated. The portal is reachable but no default users exist.

      How should I approach this problem best?