[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1194) 'Self' producer fails to be registered at server start

Flavio Alves (JIRA) jira-events at lists.jboss.org
Tue Sep 23 16:54:21 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBPORTAL-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12430866#action_12430866 ] 

Flavio Alves commented on JBPORTAL-1194:
----------------------------------------

Hello Chris,
	
I am having the same problem. I'm using JBoss 2.6.6.GA in this enviroment:  Linux (Ubuntu), 1.5.0 JVM,  4.2.2 JBoss AS.

The problem happens when the server is started. The portal-wsrp.sar is located within the jboss-portal.sar. I`m using default configuration of JBoss AS.

See my stack trance:

Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:44:30,452 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:45:00,485 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:45:30,525 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:46:00,554 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:46:30,589 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:47:00,615 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:47:30,646 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more
17:48:00,675 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        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.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
        at $Proxy11.handleNotification(Unknown Source)
        at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
        at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
        at javax.management.timer.Timer.sendNotification(Timer.java:1295)
        at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
        at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Couldn't access WSRP_v1_ServiceDescription_PortType service. Cause: wsrp-client not bound
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
        at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.java:90)
        at org.jboss.portal.core.management.PortletDiscoveryService.processPortletDiscovery(PortletDiscoveryService.java:88)
        at sun.reflect.GeneratedMethodAccessor436.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 20 more
Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.portal.wsrp.services.AbstractJNDIServiceFactory.getServiceFor(AbstractJNDIServiceFactory.java:152)
        at org.jboss.portal.wsrp.services.AbstractSOAPServiceFactory.getService(AbstractSOAPServiceFactory.java:75)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getService(EndpointConfigurationInfo.java:395)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.getServiceDescriptionService(EndpointConfigurationInfo.java:370)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.refreshServices(EndpointConfigurationInfo.java:469)
        at org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo.forceRefresh(EndpointConfigurationInfo.java:462)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.internalRefresh(ProducerInfo.java:334)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.detailedRefresh(ProducerInfo.java:282)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.refresh(ProducerInfo.java:277)
        at org.jboss.portal.wsrp.consumer.ProducerInfo.getPortletMap(ProducerInfo.java:663)
        at sun.reflect.GeneratedMethodAccessor437.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
        at org.jboss.portal.wsrp.consumer.ProducerInfo_$$_javassist_106.getPortletMap(ProducerInfo_$$_javassist_106.java)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:151)
        ... 26 more



> 'Self' producer fails to be registered at server start
> ------------------------------------------------------
>
>                 Key: JBPORTAL-1194
>                 URL: https://jira.jboss.org/jira/browse/JBPORTAL-1194
>             Project: JBoss Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Portal WSRP
>    Affects Versions: 2.6.Alpha1
>         Environment: Linux
> 1.5.0 JVM
> 4.0.5 JBoss AS
>            Reporter: Matt Wringe
>            Assignee: Chris Laprun
>             Fix For: 2.6.Alpha2
>
>         Attachments: server_output.txt, stracktrace.txt
>
>
> When the server is started and the portal-wsrp.sar is located within the deploy directory, the portal cannot cannot load the 'self' wsrp producer.
> This is due to the portal trying to reference the 'self' producer before 'self' has been bound to the jndi.
> 15:40:14,739 INFO  [WSRPDeploymentFactory] Added consumer for producer 'self'
> 15:40:14,956 ERROR [STDERR] org.jboss.portal.portlet.InvokerUnavailableException: Problem getting service description for producer self
> 15:40:14,957 ERROR [STDERR]     at org.jboss.portal.wsrp.consumer.ProducerInfo.getServiceDescription(ProducerInfo.java:444)
> ...
> 15:40:15,226 ERROR [STDERR] Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
> 15:40:15,226 ERROR [STDERR]     at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
> ...
> Soon after this step, 'self' becomes bound:
> 15:40:33,666 INFO  [ClientDeployer] Client ENC bound under: wsrp-client
> Note: if the wsrp-portal.sar is hot deployed after the server has started, then it will load the producer successfully.

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

        



More information about the jboss-jira mailing list