0 Replies Latest reply on Jun 19, 2006 8:35 AM by coyotelp

    JBossPortal221 + Sybase Sql Server - Deploiment error

    coyotelp

      I've changed configuration files to use jbossportal with Sybase sql server database ( I'm using jconnect 6 JDBC driver).

      I have an hibernate error during the deploiement, I suppose due to the image field ( but i'm not sure). After that I have lot of error ..

      here is the error :

      11:14:14,642 INFO [HbmBinder] Mapping class: org.jboss.portal.cms.hibernate.RepositoryEntry -> jbp_cms_repositoryentry
      11:14:14,642 ERROR [HibernateStore] failed to initialize file system
      java.lang.NullPointerException
      at java.util.Hashtable.put(Hashtable.java:396)
      etc...



      Here is the definition of the table jbp_cms_repositoryentry.

      CREATE TABLE jbp_cms_repositoryentry
      (
      PK int NOT NULL,
      FSENTRY_NAME varchar(255) NULL,
      FSENTRY_PATH varchar(245) NOT NULL,
      FSENTRY_DATA image NULL,
      FSENTRY_LASTMOD numeric(19,0) NOT NULL,
      FSENTRY_LENGTH numeric(19,0) NOT NULL
      )


      I'have not theses problems with mysql.
      Anyone can help me ??