1 2 Previous Next 18 Replies Latest reply on Jun 28, 2006 9:19 PM by gregdhiggins Go to original post
      • 15. Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment
        jgilbert

        I used the jboss-4.0.4.GA-Patch1-installer.jar with the ejb3 configuration and jboss-portal-2.2.1-SP2.zip with the hsql data source.

        Everything starts without errors and I can get to the default page. However, when I login as admin I get a blank screen.

        Nothing shows up in the console or the log file.

        • 16. Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment
          gowri_rao

          I downloaded portal 2.2.1 sp2. I am still having the same problem on mysql. Is there anything else I need to do ?

          Thanks,
          Gowri

          • 17. Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment

            Mysql Version? If its mysql5.0, look in the wiki for the fix.

            • 18. Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment
              gregdhiggins

              I have downloaded jboss-portal-2.2.1-SP3.zip and am having the "No transaction manager provided" error as follows. I have verified the code jboss:service=TransactionManager is in the jboss-service.xml file. I had to manually insert it for SP2 but it is already there for SP3. I was also having the same error with SP2, but SP3 does not seem to be any different for me.

              --- 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

              1 2 Previous Next