[JBoss jBPM] - Re: Unable to locate current JTA transaction
by crussell42
In poking around and finally getting into building jbpm-enterprise.ear from the
cvs head, I got a little further in my testing. Because I cant figure out how to configure transactions properly, I just tried to turn them off by editing the
jbpm.cfg.xml and setting
| <field name="isCurrentSessionEnabled"><false /></field>
| <field name="isTransactionEnabled"><false /></field>
|
Then I started getting some exceptions withing the JbpmPhaseListener and started lookuing at DbPersistenceService and found this bug.
http://jira.jboss.com/jira/browse/JBPM-833
I fixed my source version and this gets me to the next set of exceptions.
These seem to have to do with jini naming of the
TimerServiceBean. For some reason when I deploy the ear, jboss is picking up and configuring the CommandServiceBean properly to "ejb/CommandServiceBean" but
the TimerServiceBean is not being registered as expected
| 14:55:45,045 INFO [EARDeployer] Init J2EE application: file:/usr/local/jboss-4.0.5.GA/server/messaging/deploy/jbpm-enterprise.ear
| 14:55:47,436 INFO [EjbModule] Deploying CommandServiceBean
| 14:55:47,504 INFO [EjbModule] Deploying TimerServiceBean
| 14:55:47,540 INFO [EjbModule] Deploying CommandListenerBean
| 14:55:47,565 INFO [EjbModule] Deploying JobListenerBean
| 14:55:47,678 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CommandServiceBean' to jndi 'CommandServiceBean'
| 14:55:47,694 INFO [ProxyFactory] Bound EJB Home 'CommandServiceBean' to jndi 'ejb/CommandServiceBean'
| 14:55:47,736 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'TimerServiceBean' to jndi 'local/TimerServiceBean@743673026'
|
And so we get the exception and message "ejb local timer lookup problem".
Could use help here if anyone has an idea???
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012480#4012480
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012480
19Â years, 2Â months
[JBoss Portal] - Bug in 2.4.1 - forgot to log out : null pointer in faces
by PMN
This sems to be easy to reproduce with the "bundle" distribution.
Start the server (here configured to work with postgres 8.2)
| Login as admin,admin
| Quit Firefox
| Stop JBoss Server using "shutdown -S"
| Starts JBoss Server
| Login as admin,admin
|
| Workaround is to logout from Firefox.
|
|
|
| | 2007-02-07 16:15:57,500 DEBUG [org.jboss.portal.portlet.container.info.PortletResourceBundleManager] Want to load bundle null for locale fr
| | 2007-02-07 16:15:57,515 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-core]] Exception in FacesServlet
| | java.lang.NullPointerException
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:393)
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266)
| | at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
| | at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)
| | at org.jboss.portal.portlet.container.PortletContainer.invokeRender(PortletContainer.java:518)
| | at org.jboss.portal.portlet.container.PortletContainer.dispatch(PortletContainer.java:434)
| | at org.jboss.portal.portlet.container.PortletContainerInvoker$1.dispatch(PortletContainerInvoker.java:144)
| | at org.jboss.portal.portlet.invocation.PortletInvocation.dispatch(PortletInvocation.java:223)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeRequired$aop(TransactionInterceptor.java:105)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_N4020346540025535540.invokeNext(TransactionInterceptor$invokeRequired_N4020346540025535540.java)
| | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_N4020346540025535540.invokeNext(TransactionInterceptor$invokeRequired_N4020346540025535540.java)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invokeRequired(TransactionInterceptor.java)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invoke(TransactionInterceptor.java:71)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.portlet.HeaderInterceptor.invoke(HeaderInterceptor.java:50)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ProducerCacheInterceptor.invoke(ProducerCacheInterceptor.java:51)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ModesInterceptor.invoke(ModesInterceptor.java:60)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.bridge.BridgeInterceptor.invoke(BridgeInterceptor.java:46)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.WindowStatesInterceptor.invoke(WindowStatesInterceptor.java:55)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.PortletSessionSynchronizationInterceptor.invoke(PortletSessionSynchronizationInterceptor.java:77)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$InvokeNextCommand.execute(ContextDispatcherInterceptor.java:141)
| | 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:324)
| | at org.jboss.portal.server.servlet.CommandServlet.doGet(CommandServlet.java:99)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
| | at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:539)
| | at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
| | at org.jboss.portal.portlet.impl.spi.AbstractRequestContext.include(AbstractRequestContext.java:194)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$1.include(ContextDispatcherInterceptor.java:69)
| | at org.jboss.portal.server.servlet.CommandServlet.include(CommandServlet.java:79)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.java:75)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ContextTrackerInterceptor.invoke(ContextTrackerInterceptor.java:49)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.SecureTransportInterceptor.invoke(SecureTransportInterceptor.java:65)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ValveInterceptor.invoke(ValveInterceptor.java:57)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.portlet.container.PortletContainerInvoker.invoke(PortletContainerInvoker.java:115)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy61.invoke(Unknown Source)
| | at org.jboss.portal.portlet.state.producer.StatefulPortletInvoker.invoke(StatefulPortletInvoker.java:250)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy63.invoke(Unknown Source)
| | at org.jboss.portal.federation.impl.FederatedPortletInvokerService.invoke(FederatedPortletInvokerService.java:140)
| | at org.jboss.portal.federation.impl.FederatingPortletInvokerService.invoke(FederatingPortletInvokerService.java:156)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy65.invoke(Unknown Source)
| | at org.jboss.portal.portlet.test.TestPortletInvoker$1.dispatch(TestPortletInvoker.java:62)
| | at org.jboss.portal.portlet.invocation.PortletInvocation.dispatch(PortletInvocation.java:223)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.portlet.aspects.portlet.PortalSessionSynchronizationInterceptor.invoke(PortalSessionSynchronizationInterceptor.java:86)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ConsumerCacheInterceptor.invoke(ConsumerCacheInterceptor.java:128)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.model.instance.InstanceSecurityInterceptor.invoke(InstanceSecurityInterceptor.java:78)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.portlet.test.TestPortletInvoker.invoke(TestPortletInvoker.java:122)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy47.invoke(Unknown Source)
| | at org.jboss.portal.core.impl.model.instance.InstanceImpl.invoke(InstanceImpl.java:274)
| | at org.jboss.portal.core.command.RenderWindowCommand.execute(RenderWindowCommand.java:109)
| | at org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:84)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PageNavigationInterceptor.invoke(PageNavigationInterceptor.java:103)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:79)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:59)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:102)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:92)
| | at org.jboss.portal.core.command.CommandContext.chain(CommandContext.java:148)
| | at org.jboss.portal.core.command.MarkupCommand.renderPortletWindow(MarkupCommand.java:466)
| | at org.jboss.portal.core.command.RenderPageCommand.renderFragments(RenderPageCommand.java:78)
| | at org.jboss.portal.core.command.MarkupCommand.execute(MarkupCommand.java:343)
| | at org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:84)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PageNavigationInterceptor.invoke(PageNavigationInterceptor.java:103)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:79)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:59)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:102)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:92)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:153)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:79)
| | at org.jboss.portal.core.CoreController.handle(CoreController.java:130)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:287)
| | at $Proxy143.handle(Unknown Source)
| | at org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:80)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.server.aspects.server.NavigationInterceptor.invoke(NavigationInterceptor.java:65)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:65)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:73)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:175)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:84)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterceptor$invoke$aop(TransactionInterceptor.java:49)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:275)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.server.servlet.PortalServlet.process(PortalServlet.java:295)
| | at org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:173)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| | at java.lang.Thread.run(Thread.java:534)
| | 2007-02-07 16:15:57,812 ERROR [org.jboss.portal.portlet.container.org_apache_myfaces_portlet_MyFacesGenericPortlet] The portlet threw an exception
| | javax.portlet.PortletException: java.lang.NullPointerException
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.handleExceptionFromLifecycle(MyFacesGenericPortlet.java:257)
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:400)
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266)
| | at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
| | at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)
| | at org.jboss.portal.portlet.container.PortletContainer.invokeRender(PortletContainer.java:518)
| | at org.jboss.portal.portlet.container.PortletContainer.dispatch(PortletContainer.java:434)
| | at org.jboss.portal.portlet.container.PortletContainerInvoker$1.dispatch(PortletContainerInvoker.java:144)
| | at org.jboss.portal.portlet.invocation.PortletInvocation.dispatch(PortletInvocation.java:223)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeRequired$aop(TransactionInterceptor.java:105)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_N4020346540025535540.invokeNext(TransactionInterceptor$invokeRequired_N4020346540025535540.java)
| | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_N4020346540025535540.invokeNext(TransactionInterceptor$invokeRequired_N4020346540025535540.java)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invokeRequired(TransactionInterceptor.java)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invoke(TransactionInterceptor.java:71)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.portlet.HeaderInterceptor.invoke(HeaderInterceptor.java:50)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ProducerCacheInterceptor.invoke(ProducerCacheInterceptor.java:51)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ModesInterceptor.invoke(ModesInterceptor.java:60)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.bridge.BridgeInterceptor.invoke(BridgeInterceptor.java:46)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.WindowStatesInterceptor.invoke(WindowStatesInterceptor.java:55)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.PortletSessionSynchronizationInterceptor.invoke(PortletSessionSynchronizationInterceptor.java:77)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$InvokeNextCommand.execute(ContextDispatcherInterceptor.java:141)
| | 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:324)
| | at org.jboss.portal.server.servlet.CommandServlet.doGet(CommandServlet.java:99)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
| | at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:539)
| | at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
| | at org.jboss.portal.portlet.impl.spi.AbstractRequestContext.include(AbstractRequestContext.java:194)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$1.include(ContextDispatcherInterceptor.java:69)
| | at org.jboss.portal.server.servlet.CommandServlet.include(CommandServlet.java:79)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.java:75)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ContextTrackerInterceptor.invoke(ContextTrackerInterceptor.java:49)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.SecureTransportInterceptor.invoke(SecureTransportInterceptor.java:65)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ValveInterceptor.invoke(ValveInterceptor.java:57)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.portlet.container.PortletContainerInvoker.invoke(PortletContainerInvoker.java:115)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy61.invoke(Unknown Source)
| | at org.jboss.portal.portlet.state.producer.StatefulPortletInvoker.invoke(StatefulPortletInvoker.java:250)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy63.invoke(Unknown Source)
| | at org.jboss.portal.federation.impl.FederatedPortletInvokerService.invoke(FederatedPortletInvokerService.java:140)
| | at org.jboss.portal.federation.impl.FederatingPortletInvokerService.invoke(FederatingPortletInvokerService.java:156)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy65.invoke(Unknown Source)
| | at org.jboss.portal.portlet.test.TestPortletInvoker$1.dispatch(TestPortletInvoker.java:62)
| | at org.jboss.portal.portlet.invocation.PortletInvocation.dispatch(PortletInvocation.java:223)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.portlet.aspects.portlet.PortalSessionSynchronizationInterceptor.invoke(PortalSessionSynchronizationInterceptor.java:86)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ConsumerCacheInterceptor.invoke(ConsumerCacheInterceptor.java:128)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.model.instance.InstanceSecurityInterceptor.invoke(InstanceSecurityInterceptor.java:78)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.portlet.test.TestPortletInvoker.invoke(TestPortletInvoker.java:122)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy47.invoke(Unknown Source)
| | at org.jboss.portal.core.impl.model.instance.InstanceImpl.invoke(InstanceImpl.java:274)
| | at org.jboss.portal.core.command.RenderWindowCommand.execute(RenderWindowCommand.java:109)
| | at org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:84)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PageNavigationInterceptor.invoke(PageNavigationInterceptor.java:103)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:79)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:59)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:102)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:92)
| | at org.jboss.portal.core.command.CommandContext.chain(CommandContext.java:148)
| | at org.jboss.portal.core.command.MarkupCommand.renderPortletWindow(MarkupCommand.java:466)
| | at org.jboss.portal.core.command.RenderPageCommand.renderFragments(RenderPageCommand.java:78)
| | at org.jboss.portal.core.command.MarkupCommand.execute(MarkupCommand.java:343)
| | at org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:84)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PageNavigationInterceptor.invoke(PageNavigationInterceptor.java:103)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:79)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:59)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:102)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:92)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:153)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:79)
| | at org.jboss.portal.core.CoreController.handle(CoreController.java:130)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:287)
| | at $Proxy143.handle(Unknown Source)
| | at org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:80)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.server.aspects.server.NavigationInterceptor.invoke(NavigationInterceptor.java:65)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:65)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:73)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:175)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:84)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterceptor$invoke$aop(TransactionInterceptor.java:49)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:275)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.server.servlet.PortalServlet.process(PortalServlet.java:295)
| | at org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:173)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| | at java.lang.Thread.run(Thread.java:534)
| | Caused by: java.lang.NullPointerException
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:393)
| | ... 244 more
| | 2007-02-07 16:15:58,109 ERROR [org.jboss.portal.core.command.ControllerCommand] Rendering portlet window default.Admin.ManagementPortletWindow triggered the following error :
| | javax.portlet.PortletException: java.lang.NullPointerException
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.handleExceptionFromLifecycle(MyFacesGenericPortlet.java:257)
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:400)
| | at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266)
| | at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
| | at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)
| | at org.jboss.portal.portlet.container.PortletContainer.invokeRender(PortletContainer.java:518)
| | at org.jboss.portal.portlet.container.PortletContainer.dispatch(PortletContainer.java:434)
| | at org.jboss.portal.portlet.container.PortletContainerInvoker$1.dispatch(PortletContainerInvoker.java:144)
| | at org.jboss.portal.portlet.invocation.PortletInvocation.dispatch(PortletInvocation.java:223)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeRequired$aop(TransactionInterceptor.java:105)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_N4020346540025535540.invokeNext(TransactionInterceptor$invokeRequired_N4020346540025535540.java)
| | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeRequired_N4020346540025535540.invokeNext(TransactionInterceptor$invokeRequired_N4020346540025535540.java)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invokeRequired(TransactionInterceptor.java)
| | at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invoke(TransactionInterceptor.java:71)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.portlet.HeaderInterceptor.invoke(HeaderInterceptor.java:50)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ProducerCacheInterceptor.invoke(ProducerCacheInterceptor.java:51)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ModesInterceptor.invoke(ModesInterceptor.java:60)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.bridge.BridgeInterceptor.invoke(BridgeInterceptor.java:46)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.WindowStatesInterceptor.invoke(WindowStatesInterceptor.java:55)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.PortletSessionSynchronizationInterceptor.invoke(PortletSessionSynchronizationInterceptor.java:77)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$InvokeNextCommand.execute(ContextDispatcherInterceptor.java:141)
| | 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:324)
| | at org.jboss.portal.server.servlet.CommandServlet.doGet(CommandServlet.java:99)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
| | at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:539)
| | at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
| | at org.jboss.portal.portlet.impl.spi.AbstractRequestContext.include(AbstractRequestContext.java:194)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$1.include(ContextDispatcherInterceptor.java:69)
| | at org.jboss.portal.server.servlet.CommandServlet.include(CommandServlet.java:79)
| | at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.java:75)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ContextTrackerInterceptor.invoke(ContextTrackerInterceptor.java:49)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.SecureTransportInterceptor.invoke(SecureTransportInterceptor.java:65)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ValveInterceptor.invoke(ValveInterceptor.java:57)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.portlet.container.PortletContainerInvoker.invoke(PortletContainerInvoker.java:115)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy61.invoke(Unknown Source)
| | at org.jboss.portal.portlet.state.producer.StatefulPortletInvoker.invoke(StatefulPortletInvoker.java:250)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy63.invoke(Unknown Source)
| | at org.jboss.portal.federation.impl.FederatedPortletInvokerService.invoke(FederatedPortletInvokerService.java:140)
| | at org.jboss.portal.federation.impl.FederatingPortletInvokerService.invoke(FederatingPortletInvokerService.java:156)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy65.invoke(Unknown Source)
| | at org.jboss.portal.portlet.test.TestPortletInvoker$1.dispatch(TestPortletInvoker.java:62)
| | at org.jboss.portal.portlet.invocation.PortletInvocation.dispatch(PortletInvocation.java:223)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.portlet.aspects.portlet.PortalSessionSynchronizationInterceptor.invoke(PortalSessionSynchronizationInterceptor.java:86)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.portlet.aspects.portlet.ConsumerCacheInterceptor.invoke(ConsumerCacheInterceptor.java:128)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.model.instance.InstanceSecurityInterceptor.invoke(InstanceSecurityInterceptor.java:78)
| | at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.portlet.test.TestPortletInvoker.invoke(TestPortletInvoker.java:122)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| | at $Proxy47.invoke(Unknown Source)
| | at org.jboss.portal.core.impl.model.instance.InstanceImpl.invoke(InstanceImpl.java:274)
| | at org.jboss.portal.core.command.RenderWindowCommand.execute(RenderWindowCommand.java:109)
| | at org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:84)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PageNavigationInterceptor.invoke(PageNavigationInterceptor.java:103)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:79)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:59)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:102)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:92)
| | at org.jboss.portal.core.command.CommandContext.chain(CommandContext.java:148)
| | at org.jboss.portal.core.command.MarkupCommand.renderPortletWindow(MarkupCommand.java:466)
| | at org.jboss.portal.core.command.RenderPageCommand.renderFragments(RenderPageCommand.java:78)
| | at org.jboss.portal.core.command.MarkupCommand.execute(MarkupCommand.java:343)
| | at org.jboss.portal.core.command.ControllerCommand.dispatch(ControllerCommand.java:84)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PageNavigationInterceptor.invoke(PageNavigationInterceptor.java:103)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:79)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.controller.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:59)
| | at org.jboss.portal.core.command.CommandInterceptor.invoke(CommandInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.core.command.CommandContext.execute(CommandContext.java:102)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:92)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:153)
| | at org.jboss.portal.core.command.ExecutionContext.execute(ExecutionContext.java:79)
| | at org.jboss.portal.core.CoreController.handle(CoreController.java:130)
| | 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:324)
| | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| | at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:287)
| | at $Proxy143.handle(Unknown Source)
| | at org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:80)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:141)
| | at org.jboss.portal.server.aspects.server.NavigationInterceptor.invoke(NavigationInterceptor.java:65)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:65)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:73)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:175)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:84)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterceptor$invoke$aop(TransactionInterceptor.java:49)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:275)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java)
| | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
| | at org.jboss.portal.server.servlet.PortalServlet.process(PortalServlet.java:295)
| | at org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:173)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextV
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012479#4012479
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012479
19Â years, 2Â months
[EJB/JBoss] - Need help with timeouts
by eharoldw
Hi,
Sorry, this is a duplicate post but the subject got truncated on the last one and I didn't know how to modify the subject.
I have been trying to manage timeout on a stateless session bean. I have a client that is running in eclipse outside of jboss calling in to a running jboss server. The server then makes another call to a local service. I did this double hop because I wanted to test the timeout behavior for both remote and local calls.
The code looks something like this (a combination of pseudo code and real code used throughout):
client:
record start time
stub = (MyInterface)JBossUtil.find(IP, "MyInterface/remote");
stub.ping("123);
log elapsed time
server:
public String ping(String value) {
try {
return
((EzRezBusinessServiceInterface) JBossUtil.find("localhost",
"MyInterface/local")).ping2(value);
} catch (Exception e) {
e.printStackTrace();
return "error";
}
}
public String ping2(String value) {
for (int i = 0; i < 10; i++) {
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
return value;
}
The find routine that both teh client and server use does the following:
Properties properties = new Properties();
//
properties.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
properties.put(javax.naming.Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
properties.put(javax.naming.Context.PROVIDER_URL, providerUrl);
properties.put("jnp.disableDiscovery", (disableDiscovery == true) ? "true" : "false");
properties.put("jnp.timeout", "250"); // connection timeout in milliseconds
properties.put("jnp.sotimeout", "500"); // socket read timeout in milliseconds
//
return new InitialContext(properties).lookup(interfaceName);
The behavior is that the client always return in 10 seconds, as determined by the time taken to execute ping2.
I am trying to figure out how to change the timeout so that I can control this. I.e., I would like to be able to set something so that the client gets a timeout exception if the call takes more than 5 seconds.
I have tried setting the socket timeout in jboss-service.xml, and the transaction timeout in jta-service.xml. In the latter case, I can see some logs warning about transaction timeouts, but the client still takes 10 seconds to execute and seems to simply return the ping value rather than any timeout indications.
Can you help me know what configurations I should change to control the response time from a service call?
It would be ideal if I could control on individual calls in an interface. (I.e., ping1 must respond in 5 seconds but ping2 may take 10 seconds), but I won't be greedy right now. :-)
Thanks,
Harold Williams
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012469#4012469
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012469
19Â years, 2Â months