1 Reply Latest reply on Oct 4, 2006 11:39 AM by peterj

    Problem with installing JBoss

    raj.shanmug

      I have some problem with JBoss installation.
      I have downloaded the bundled version of jboss portal 2.4 + AS.
      I have extracted the same and set the corresponding environmental variables.
      If i now execute the run.bat and point the browser tot the portal everything works fine.

      Bue when i configure the portal-sqlserver-ds.xml [as i am using the sqlserver 2000 database] and paste it in the deploy directory after removing the portal-hsqldb-ds.xml which comes with the bundle. I am unable to see the portal. I have also pasted the driver msbase.jar, msutil.jar, mssql.jar also in the default\lib directory. But i still unable to get the portal, it is giving some http authentication problem.

      The following error also comes at the end of the server logs.


      --- MBeans waiting for other MBeans ---
      ObjectName: portal:service=CMS
      State: FAILED
      Reason: javax.jcr.RepositoryException: failed to create folder for repository
      meta data: failed to create folder entry: /: failed to create folder entry: /
      I Depend On:
      jboss.jca:service=DataSourceBinding,name=PortalDS
      portal:service=JAASLoginModule
      portal:service=Hibernate,type=CMS
      Depends On Me:
      portal:commandFactory=CMSObject

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: portal:service=CMS
      State: FAILED
      Reason: javax.jcr.RepositoryException: failed to create folder for repository
      meta data: failed to create folder entry: /: failed to create folder entry: /
      I Depend On:
      jboss.jca:service=DataSourceBinding,name=PortalDS
      portal:service=JAASLoginModule
      portal:service=Hibernate,type=CMS
      Depends On Me:
      portal:commandFactory=CMSObject


      Could anyone kindly reply me how to solve this problem?

      ---Raj