6 Replies Latest reply on Jun 30, 2006 4:55 PM by emphatical

    Problem with installing Portal

    m_ucar

      Dear @ experts,

      I´m trying to install JBOSS Portal 2.2 on JBOSS 4.0.4 with mySql 4.1 and 3.0.16 Connector Java on Windows XP Professional. I followed the installation guide in JBossPortalUserGuides. But after restarting the JBOSS Server. I get the following message in the console:
      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

      And when I try to open the portal page, I get the following exception:
      javax.servlet.ServletException: No layout found for layout id generic
      org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:227)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)



      What goes wrong? Is the a known issue? I only did the same like mentioned in the installation guide!
      Thank you for any advice!
      Memo

        • 1. Re: Problem with installing Portal
          adik

          I have similiar problem on oracle10 I also don't know what to do I hope you'll get the answer I didn't get it yet

          http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951703#3951703

          • 2. Re: Problem with installing Portal
            theute

            i'm looking at your problem

            • 3. Re: Problem with installing Portal
              theute

              Ok, please edit:
              portal-core-sar/META-INF/jboss-service.xml
              and replace:

               <!-- Transient cache for component security store -->
               <mbean
               code="org.jboss.cache.TreeCache"
               name="portal:service=TreeCache,type=transient">
               <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
               <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
               <attribute name="CacheMode">LOCAL</attribute>
               </mbean>
              


              by

               <!-- Transient cache for component security store -->
               <mbean
               code="org.jboss.cache.TreeCache"
               name="portal:service=TreeCache,type=transient">
               <depends>jboss:service=TransactionManager</depends>
               <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
               <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
               <attribute name="CacheMode">LOCAL</attribute>
               </mbean>
              


              You will need to add the 'depends' tag on all mbeans with code="org.jboss.cache.TreeCache".

              Let me know how it goes.

              • 4. Re: Problem with installing Portal
                adik

                M_ucar hope its ok I'm part of the conversation..

                Thomas I already tried this and I still have problems:


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


                Let me know if you need the fool log

                • 5. Re: Problem with installing Portal
                  adik

                  I ment full log sorry

                  • 6. Re: Problem with installing Portal
                    emphatical

                    I'm having the exact same problem... followed the installation instructions (http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/installation.html ) and am using MySQL 4x.

                    The schema was created properly and there is data in the tables as well, but i get the same MBEAN problem noted above, and i get an error when trying to view /portal saying: No layout found for layout id generic