 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (GTNPORTAL-956) PortletInvokerException when requesting Application Registry page
                                
                                
                                
                                    
                                        by Danny Lagrouw (JIRA)
                                    
                                
                                
                                        PortletInvokerException when requesting Application Registry page
-----------------------------------------------------------------
                 Key: GTNPORTAL-956
                 URL: https://jira.jboss.org/jira/browse/GTNPORTAL-956
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Internationalization and Localization
    Affects Versions: 3.0.0-GA
         Environment: OS is Windows Server 2003 R2 SP2; Java version is JDK 1.6.0_18.
            Reporter: Danny Lagrouw
            Priority: Minor
Steps:
- Download GateIn-3.0.0-GA-JBoss (zip file)
- Unpack
- Start run.bat from the bin directory
- Log in as root
- Open Application Registry from the Group menu.
Page shows message "This portlet encountered an error and could not be  displayed.". Server log shows stack trace, included below.
Probable cause: just before the stack trace, a message appears in the log file: "DEBUG [org.gatein.common.i18n.ResourceBundleManager] Want to load bundle for locale nl". Matt Wringe commented on the forum: "It looks like the resource bundle is getting back a string that it thinks contains elements that need to be further resolved. This is causing an infinite loop which eventually leads to a stack overflow error. There must be an error with an nl translated message somewhere"
Workaround: When I set [en] as prefered language in my browser and start over, the Application Registry comes up without any error.
Stack trace:
15:04:59,676 ERROR [STDERR] org.gatein.pc.api.PortletInvokerException: javax.servlet.ServletException
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.aspects.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.
java:101)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.aspects.SecureTransportInterceptor.invoke(SecureTransportInterceptor.java
:69)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.aspects.ValveInterceptor.invoke(ValveInterceptor.java:75)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.container.ContainerPortletInvoker.invoke(ContainerPortletInvoker.java:117
)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.state.producer.ProducerPortletInvoker.invoke(ProducerPortletInvoker.java:
231)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.aspects.PortletCustomizationInterceptor.invoke(PortletCustomizationInterc
eptor.java:76)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.aspects.ConsumerCacheInterceptor.invoke(ConsumerCacheInterceptor.java:162
)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.portlet.PortletInvokerInterceptor.invoke(PortletInvokerInterceptor.java:87)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.federation.impl.FederatedPortletInvokerService.invoke(FederatedPortletInvokerServ
ice.java:152)
15:04:59,676 ERROR [STDERR]     at org.gatein.pc.federation.impl.FederatingPortletInvokerService.invoke(FederatingPortletInvokerSe
rvice.java:177)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.application.UIPortlet.invoke(UIPortlet.java:903)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.application.UIPortletLifecycle.processRender(UIPortletLifecycle.ja
va:201)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.application.UIPortletLifecycle.processRender(UIPortletLifecycle.ja
va:61)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358)
15:04:59,676 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UIPage.run(UIPage.gtmpl:8)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.processRender(Lifecycle.java:85)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.page.UIPageLifecycle.processRender(UIPageLifecycle.java:44)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.page.UIPageBody.renderChildren(UIPageBody.java:178)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UIPageBody.run(UIPageBody.gtmpl:31)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.processRender(Lifecycle.java:85)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.page.UIPageBody.processRender(UIPageBody.java:194)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358)
15:04:59,676 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor454.invoke(Unknown Source)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UIPortal.run(UIPortal.gtmpl:18)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.processRender(Lifecycle.java:85)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.portal.UIPortalLifecycle.processRender(UIPortalLifecycle.java:41)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.portal.UIPortalLifecycle.processRender(UIPortalLifecycle.java:30)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponentDecorator.renderChildren(UIComponentDecorator.java:93)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UISiteBody.run(UISiteBody.gtmpl:31)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.processRender(Lifecycle.java:85)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UIContainer.run(UIContainer.gtmpl:49)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.processRender(Lifecycle.java:85)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponentDecorator$UIComponentDecoratorLifecycle.processRender(UIC
omponentDecorator.java:105)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponentDecorator$UIComponentDecoratorLifecycle.processRender(UIC
omponentDecorator.java:96)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UIWorkingWorkspace.run(UIWorkingWorkspace.gtmpl:12)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.processRender(Lifecycle.java:85)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIApplication.renderChildren(UIApplication.java:104)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:04:59,676 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
15:04:59,676 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
15:04:59,676 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.in
voke(PojoMetaMethodSite.java:229)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
15:04:59,676 ERROR [STDERR]     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
15:04:59,676 ERROR [STDERR]     at UIPortalApplicationChildren.run(UIPortalApplicationChildren.gtmpl:25)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:112)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.groovyscript.text.TemplateService.merge(TemplateService.java:77)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.lifecycle.Lifecycle.renderTemplate(Lifecycle.java:132)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processRender(UIPortalAppli
cationLifecycle.java:133)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processRender(UIPortalAppli
cationLifecycle.java:95)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processRender(UIPortalAppli
cationLifecycle.java:37)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.webui.core.UIComponent.processRender(UIComponent.java:148)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.webui.workspace.UIPortalApplication.processRender(UIPortalApplication.ja
va:556)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java:109)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.web.WebAppController.service(WebAppController.java:143)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.portal.application.PortalController.onService(PortalController.java:127)
15:04:59,676 ERROR [STDERR]     at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:116)
15:04:59,676 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
15:04:59,676 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:29
0)
15:04:59,676 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.web.CacheUserProfileFilter.doFilter(CacheUserProfileFilter.java:68)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:23
5)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentityFilte
r.java:76)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:23
5)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.jav
a:112)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.sample.ext.web.SampleFilter.doFilter(SampleFilter.java:46)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.jav
a:108)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.web.filter.ExtensibleFilter.doFilter(ExtensibleFilter.java:84)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.web.filter.GenericFilter.doFilter(GenericFilter.java:66)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:23
5)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.web.login.ClusteredSSOFilter.doFilter(ClusteredSSOFilter.java:73)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:23
5)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:04:59,692 ERROR [STDERR]     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:23
5)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
15:04:59,692 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190
)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
15:04:59,692 ERROR [STDERR]     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
15:04:59,692 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablis
hmentValve.java:126)
15:04:59,692 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablish
mentValve.java:70)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
15:04:59,692 ERROR [STDERR]     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
15:04:59,692 ERROR [STDERR]     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
15:04:59,692 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
15:04:59,692 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598
)
15:04:59,692 ERROR [STDERR]     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
15:04:59,692 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:619)
15:04:59,692 ERROR [STDERR] Caused by: javax.servlet.ServletException
15:04:59,692 ERROR [STDERR]     at org.gatein.wci.command.CommandServlet.include(CommandServlet.java:102)
15:04:59,692 ERROR [STDERR]     at org.gatein.wci.command.CommandDispatcher.include(CommandDispatcher.java:58)
15:04:59,692 ERROR [STDERR]     at org.gatein.wci.tomcat.TC6ServletContainerContext.include(TC6ServletContainerContext.java:87)
15:04:59,692 ERROR [STDERR]     at org.gatein.wci.impl.DefaultServletContainer.include(DefaultServletContainer.java:198)
15:04:59,692 ERROR [STDERR]     at org.gatein.pc.portlet.impl.spi.AbstractServerContext.dispatch(AbstractServerContext.java:69)
15:04:59,692 ERROR [STDERR]     at org.gatein.pc.portlet.aspects.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.
java:77)
15:04:59,692 ERROR [STDERR]     ... 180 more
15:04:59,692 ERROR [STDERR] Caused by: java.lang.StackOverflowError
15:04:59,692 ERROR [STDERR]     at java.util.regex.Pattern$CharProperty.match(Pattern.java:3345)
15:04:59,692 ERROR [STDERR]     at java.util.regex.Pattern$Curly.match0(Pattern.java:3760)
15:04:59,692 ERROR [STDERR]     at java.util.regex.Pattern$Curly.match(Pattern.java:3744)
15:04:59,692 ERROR [STDERR]     at java.util.regex.Pattern$Slice.match(Pattern.java:3482)
15:04:59,692 ERROR [STDERR]     at java.util.regex.Pattern$Start.match(Pattern.java:3055)
15:04:59,692 ERROR [STDERR]     at java.util.regex.Matcher.search(Matcher.java:1105)
15:04:59,692 ERROR [STDERR]     at java.util.regex.Matcher.find(Matcher.java:535)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.lookupKey(MapResourceBundle.java:144)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.recursivedResolving(MapResourceBundle.java:162)
 
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.lookupKey(MapResourceBundle.java:146)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.recursivedResolving(MapResourceBundle.java:162)
 
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.lookupKey(MapResourceBundle.java:146)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.recursivedResolving(MapResourceBundle.java:162)
 
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.lookupKey(MapResourceBundle.java:146)
15:04:59,692 ERROR [STDERR]     at org.exoplatform.commons.utils.MapResourceBundle.recursivedResolving(MapResourceBundle.java:162)
 
(...last 2 lines repeated many times)
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                15 years, 7 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (GTNPORTAL-945) increase timeout for TemplateService in common-configuration.xml
                                
                                
                                
                                    
                                        by Prabhat Jha (JIRA)
                                    
                                
                                
                                        increase timeout for TemplateService in common-configuration.xml
----------------------------------------------------------------
                 Key: GTNPORTAL-945
                 URL: https://jira.jboss.org/jira/browse/GTNPORTAL-945
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.0-GA
            Reporter: Prabhat Jha
             Fix For: 3.1.0-GA
Value should be that of 3.0.0.CR1.
<external-component-plugins>
    <target-component>org.exoplatform.services.cache.CacheService</target-component>
    <component-plugin>
      <name>addExoCacheConfig</name>
      <set-method>addExoCacheConfig</set-method>
      <type>org.exoplatform.services.cache.ExoCacheConfigPlugin</type>
      <description>add Exo Cache Config</description>
      <init-params>
        <object-param>
          <name>cache.config.TemplateService</name>
          <description>TemplateService cache configuration</description>
          <object type="org.exoplatform.services.cache.ExoCacheConfig">
            <field name="name">
              <string>TemplateService</string>
            </field>
            <field name="liveTime">
              <long>600000</long>
            </field>
            <field name="maxSize">
              <int>300</int>
            </field>
          </object>
        </object-param>
      </init-params>
    </component-plugin>
  </external-component-plugins>
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                15 years, 7 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (GTNPORTAL-812) Cursor pointer over links has no pointer icon and vice versa
                                
                                
                                
                                    
                                        by Viliam Rockai (JIRA)
                                    
                                
                                
                                        Cursor pointer over links has no pointer icon and vice versa
------------------------------------------------------------
                 Key: GTNPORTAL-812
                 URL: https://jira.jboss.org/jira/browse/GTNPORTAL-812
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.0-CR01
            Reporter: Viliam Rockai
             Fix For: 3.0.0-GA
why is cursor changed to "pointer", when it's not clickable? like:
non clickable menu items (root nodes or "group -> administration")
planet and visit card pictures on the right side of home siteon
or even some more advanced examples - gadget on a dashboard, when you click on the edit button for some gadget, it gets into the edit mode, but you can still click on the edit button again, but nothing happens
on the other hand, some icons are clickable and cursor is not changed:
group -> administration -> aplication registry
gadget -> calculator
you can see reload and edit button right of "gadget details", they are clickable, but cursor is not changed when you hover over them
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                15 years, 7 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (GTNWSRP-15) WSRP Configuration - Cancel button
                                
                                
                                
                                    
                                        by Michal Vanco (JIRA)
                                    
                                
                                
                                        WSRP Configuration - Cancel button
----------------------------------
                 Key: GTNWSRP-15
                 URL: https://jira.jboss.org/jira/browse/GTNWSRP-15
             Project: GateIn WSRP
          Issue Type: Bug
          Components: Admin GUI
    Affects Versions: 1.0.0
            Reporter: Michal Vanco
            Assignee: Chris Laprun
         Attachments: wsrp_log1.txt
Cancel button when creating/editing consumer doesn't work properly.
Procedure:
 - create new consumer (test) -> click Create consumer
 - type "test" in Endpoint configuration
 - click Cancel (form is send, validation is done? why?)
 - get 'test' is not a valid URL: no protocol: test
(if I click Cancel, nothing should be verified)
Another procudure:
 - create new consumer (test) -> Create consumer
 - type "100" in Cache expiration, type "111111" in Timeout for WS 
 - click Cancel 
 - configure -> values were saved even if I clicked cancel!
Another procudure:
- create new consumer (test) -> Create consumer
- type "test-edited" in Id
- click Cancel 
- consumer id has changed to test-edited
- click configure -> error (wsrp_log1.txt)
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                15 years, 7 months