2 Replies Latest reply on Jul 1, 2004 10:41 AM by hgsdc

    Upgrade from 3.2.3 to 3.2.5 - Table creation check fails

    hgsdc

      Hi group.

      Hope there are some gurus out there, that might have a solution for this one.
      I am trying to upgrade my 3.2.3 instance of JBoss to a 3.2.5 one. I am running Firebird 1.0.1 and everything is running just fione when running on the 3.2.3 instance.

      However, when I start up the 3.2.5 instance I get the following error:

      2004-06-28 11:15:35,842 ERROR [org.jboss.ejb.EntityContainer] Starting failed jboss.j2ee:jndiName=ejb/local/HousePictureEJB,service=EJB
      org.jboss.deployment.DeploymentException: Error while checking if table aleady exists HOUSE_PRICES_PRICE_HOUSE_PRICES; - nested throwable: (java.sql.DataTruncation: Data truncation)
      at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists
      ......

      I assume that "HOUSE_PRICES_PRICE_HOUSE_PRICES" is a table name or alias. Problem is I don't have this table at all...and shouldn't have it.

      I respect of the "Data Truncation Exception", I checked if there should be anything mysterious about the EJB complained about "HousePictureEJB"... and I really can't see what it should be. I guess data truncation is about a table field not being large enough to hold the data, right?

      Anyone...have thoughts, solutions...hints...they might share.

      Thanx in advance

      Henrik - A developer which happens to looove JBoss