1 Reply Latest reply on Sep 25, 2008 1:39 AM by theute

    JBoss AS 4.2.3, Portal 2.7CR1 wsrp Unable to narrow port sel

    chitcool

      i downloaded the bundle portal+ as and ran on jdk 1.50_16 but got the following error. am i missing something?

      19:46:03,343 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
      19:46:03,343 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBos
      s_4_2_3_GA date=200807181417)] Started in 1m:9s:953ms
      19:46:17,343 WARN [ServiceObjectFactory] Unable to narrow port selection for
      UnifiedPortComponentRef serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_ServiceDescription_
      PortType
       portQName=null
       enableMTOM=false
       portComponentLink=null
       callProperties=[]
       stubProperties=[]
       configName=null
       configFile=null
      19:46:18,187 WARN [ServiceObjectFactory] Unable to narrow port selection for
      UnifiedPortComponentRef
       serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_Markup_PortType
       portQName=null
       enableMTOM=false
       portComponentLink=null
       callProperties=[]
       stubProperties=[]
       configName=null
       configFile=null
      19:46:18,984 WARN [ServiceObjectFactory] Unable to narrow port selection for
      UnifiedPortComponentRef
       serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_PortletManagement_P
      ortType
       portQName=null
       enableMTOM=false
       portComponentLink=null
       callProperties=[]
       stubProperties=[]
       configName=null
       configFile=null
      19:46:19,718 WARN [ServiceObjectFactory] Unable to narrow port selection for
      UnifiedPortComponentRef
       serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_Registration_PortTy
      pe
       portQName=null
       enableMTOM=false
       portComponentLink=null
       callProperties=[]
       stubProperties=[]
       configName=null
       configFile=null
      


      jboss-portal-2.7.0.CR1\server\default\deploy\jboss-portal.sar\portal-wsrp.sar\portal-wsrp.war\WEB-INF\wsdl\wsrp_services.wsdl



       <wsdl:service name="WSRPService">
       <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
       <soap:address location="https://localhost:8080/portal-wsrp/ServiceDescriptionService"/>
       </wsdl:port>
      
       <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
       <soap:address location="https://localhost:8080/portal-wsrp/MarkupService"/>
       </wsdl:port>
      
       <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
       <soap:address location="https://localhost:8080/portal-wsrp/RegistrationService"/>
       </wsdl:port>
      
       <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
       <soap:address location="https://localhost:8080/portal-wsrp/PortletManagementService"/>
       </wsdl:port>
       </wsdl:service>