1 2 3 Previous Next 35 Replies Latest reply on Feb 15, 2006 1:36 PM by noicangi Go to original post
      • 30. Re: Newbie Question
        edwinjaufmann

        Just a confirmation from another newbie.

        I changed the jboss-service.xml to add the depends to the mbean entry for the transient cache for the component security store and it the problem went away. Whether this is the "right" or "wrong" way to fix the problem I don't know, but nothing else seems to break.

        I found this issue when using the WAR distribution of the portal since version 2.2.

        Thanks for the fix. Its a BIG help to me.

        • 31. Re: Newbie Question
          rpochet

          Hi,

          Same problem

          JBoss 4.0.3 SP1 frsh installation
          Windwso XP
          Hypersonic

          When starting up the server, I got the following result:

          14:26:11,453 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
          
          --- MBeans waiting for other MBeans ---
          ObjectName: portal:policy=PortalPolicyConfigStore,type=Component
           State: FAILED
           Reason: java.lang.IllegalArgumentException: No transaction manager provided
           I Depend On:
           portal:policy=JaccPortalPolicyConfigurator
           portal:service=TreeCacheProvider,type=transient
           portal:policy=PortalPolicyConfigService
           Depends On Me:
           portal:deploymentFactory=PortletApp
          
          ObjectName: portal:deploymentFactory=PortletApp
           State: CONFIGURED
           I Depend On:
           portal:deployer=PortalWebApp
           portal:service=WebAppRegistry
           portal:service=ServerConfig
           portal:policy=PortalPolicyConfigStore,type=Component
           Depends On Me:
           portal:deployer=Adapter
          
          ObjectName: portal:deployer=Adapter
           State: CONFIGURED
           I Depend On:
           portal:deploymentFactory=Object
           portal:deploymentFactory=PortletApp
           portal:deploymentFactory=Layout
           portal:deploymentFactory=LayoutFeatures
           portal:deploymentFactory=Theme
           portal:service=Module,type=User
           portal:service=Module,type=Role
           portal:service=Module,type=Mail
           portal:deployer=PortalWebApp
           jboss.web:service=WebServer
          
          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: portal:policy=PortalPolicyConfigStore,type=Component
           State: FAILED
           Reason: java.lang.IllegalArgumentException: No transaction manager provided
           I Depend On:
           portal:policy=JaccPortalPolicyConfigurator
           portal:service=TreeCacheProvider,type=transient
           portal:policy=PortalPolicyConfigService
           Depends On Me:
           portal:deploymentFactory=PortletApp
          


          If I touch the file 'jboss-portal.sar/META-INF/jboss-service.xml', I got
          14:32:58,390 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
          
          --- MBeans waiting for other MBeans ---
          ObjectName: portal:service=Hibernate
           State: FAILED
           Reason: org.jboss.portal.common.transaction.NestedException: org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
           I Depend On:
           jboss.jca:service=DataSourceBinding,name=PortalDS
           Depends On Me:
           portal:service=Module,type=User
           portal:service=Module,type=Role
          
          ObjectName: portal:service=Hibernate,type=globalinstance
           State: FAILED
           Reason: org.jboss.portal.common.transaction.NestedException: org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
           I Depend On:
           jboss.jca:service=DataSourceBinding,name=PortalDS
           Depends On Me:
           portal:container=Instance,type=global
          
          ObjectName: portal:service=Hibernate,type=globalportal
           State: FAILED
           Reason: org.jboss.portal.common.transaction.NestedException: org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
           I Depend On:
           jboss.jca:service=DataSourceBinding,name=PortalDS
           Depends On Me:
           portal:container=PortalObject,type=global
          
          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: portal:service=Hibernate,type=globalinstance
           State: FAILED
           Reason: org.jboss.portal.common.transaction.NestedException: org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
           I Depend On:
           jboss.jca:service=DataSourceBinding,name=PortalDS
           Depends On Me:
           portal:container=Instance,type=global
          
          ObjectName: portal:service=Hibernate
           State: FAILED
           Reason: org.jboss.portal.common.transaction.NestedException: org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
           I Depend On:
           jboss.jca:service=DataSourceBinding,name=PortalDS
           Depends On Me:
           portal:service=Module,type=User
           portal:service=Module,type=Role
          
          ObjectName: portal:service=Hibernate,type=globalportal
           State: FAILED
           Reason: org.jboss.portal.common.transaction.NestedException: org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: Cannot configure CacheManager: null
           I Depend On:
           jboss.jca:service=DataSourceBinding,name=PortalDS
           Depends On Me:
           portal:container=PortalObject,type=global
          




          • 32. Re: Newbie Question

            1. Did you install AS with the installer? Don't.
            2. Did you deploy your portal-*-ds.xml, and make sure it connects to the DB?

            • 33. Re: Newbie Question
              rpochet


              1) I did install AS with the installer. Will try without
              2) Yes, everything seems to have been created and can access any table

              • 34. Re: Newbie Question
                vjuylov

                I have the same issue.
                I reinstall JBoss without installer. And it works.

                • 35. Re: Newbie Question
                  noicangi
                  1 2 3 Previous Next