4 Replies Latest reply on Feb 19, 2006 11:12 AM by scotttam

    Incomplete deployment listing error

    scotttam

      Environment:

      JBoss AS 4.0.3-SP1
      MySQL 5.0
      Mac OS X (10.4.4)
      Eclipse 3.1.1
      JBoss-IDE 1.5-RC1
      JBoss Portal 2.2.1

      I am getting the following error when starting the server. I have read some of the other postings and it seems others are having a similar problem and it might be due to MySQL 5. Has anyone had any luck resolving this?


      20:41:01,923 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
      
      


      Which inturn causes the following error when trying to go to http://localhost:8080/portal



      type Exception report
      
      message
      
      description The server encountered an internal error () that prevented it from fulfilling this request.
      
      exception
      
      javax.servlet.ServletException: No null layout allowed here
       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:81)
      root cause
      
      javax.servlet.ServletException: No null layout allowed here
       org.jboss.portal.core.command.RenderPageCommand.renderMarkup(RenderPageCommand.java:182)
       org.jboss.portal.core.command.RenderPageCommand.renderPortlets(RenderPageCommand.java:348)
       org.jboss.portal.core.command.RenderPageCommand.execute(RenderPageCommand.java:164)
       org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:78)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
       org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:85)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:168)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:61)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.controller.NavigationInterceptor.invoke(NavigationInterceptor.java:58)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175)
       org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:107)
       org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:93)
       org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:77)
       org.jboss.portal.core.CoreController.handle(CoreController.java:190)
       sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       java.lang.reflect.Method.invoke(Method.java:585)
       org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
       org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
       org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
       org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
       org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
       org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
       org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
       org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
       org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:273)
       $Proxy140.handle(Unknown Source)
       org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:76)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
       org.jboss.portal.core.aspects.server.SubjectAssociationInterceptor.invoke(SubjectAssociationInterceptor.java:47)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.PolicyAssociationInterceptor.invoke(PolicyAssociationInterceptor.java:52)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:69)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:184)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:87)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java:75)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175)
       org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:221)
       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:81)
      root cause
      
      java.lang.IllegalArgumentException: No null layout allowed here
       org.jboss.portal.theme.LayoutDispatcher.<init>(LayoutDispatcher.java:77)
       org.jboss.portal.core.command.RenderPageCommand.renderMarkup(RenderPageCommand.java:177)
       org.jboss.portal.core.command.RenderPageCommand.renderPortlets(RenderPageCommand.java:348)
       org.jboss.portal.core.command.RenderPageCommand.execute(RenderPageCommand.java:164)
       org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:78)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
       org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:85)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:168)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:61)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.controller.NavigationInterceptor.invoke(NavigationInterceptor.java:58)
       org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175)
       org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:107)
       org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:93)
       org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:77)
       org.jboss.portal.core.CoreController.handle(CoreController.java:190)
       sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       java.lang.reflect.Method.invoke(Method.java:585)
       org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
       org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
       org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
       org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
       org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
       org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
       org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
       org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
       org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:273)
       $Proxy140.handle(Unknown Source)
       org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:76)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
       org.jboss.portal.core.aspects.server.SubjectAssociationInterceptor.invoke(SubjectAssociationInterceptor.java:47)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.PolicyAssociationInterceptor.invoke(PolicyAssociationInterceptor.java:52)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:69)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:184)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:87)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java:75)
       org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
       org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
       org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175)
       org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:221)
       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:81)
      note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
      


        • 1. Re: Incomplete deployment listing error
          • 2. Re: Incomplete deployment listing error
            scotttam

            Roy,

            Thanks for the response.

            I didn't have that line in my my.cnf in the first place. Adding it there with the STRICT_TRANS_TABLES omitted and adding the cgi param to the ds file didn't seem to fix the problem.

            I see the following exception first in the log

            7:18:34,709 WARN [ServiceController] Problem starting service portal:policy=PortalPolicyConfigStore,type=Component
            java.lang.IllegalArgumentException: No transaction manager provided
             at org.jboss.portal.common.transaction.Transactions.applyBefore(Transactions.java:72)
             at org.jboss.portal.security.impl.store.TreeCacheAdapter.start(TreeCacheAdapter.java:146)
             at org.jboss.portal.security.impl.store.JBossTreeCacheStore.startService(JBossTreeCacheStore.java:68)
             at org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl.startService(JBossPortalPolicyConfigStoreImpl.java:264)
             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
             at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:181)
             at org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:86)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
            .
            .
            .
            


            • 3. Re: Incomplete deployment listing error
              oranheim

              I experience the exact same thing.. and moving back to MySQL 4 will cause other errors to me, so I prob have to wait until it's fixed.

              Cheers,
              Ove

              • 4. Re: Incomplete deployment listing error
                scotttam

                I still have not had any luck... if I find a workaround I will post it here.