views:

660

answers:

1

ASPNET WSRP Producer

Enviroment

  • Server Side
  • APSNETWSRPProducer (producer)
  • IIS
  • ASPNET Site
  • Producer Site

Client Side

  • Liferay 5.2.3 Tomcat 6
  • WSRP Proxy (consumer)

Description

I am trying to use the Microsoft's ASPNET WSRP Producer.

I created a site and added a simple .aspx "Hello World!". Created another site to host Producer. Tried to get information from consumer.


Liferay Log


21:24:22,379 ERROR [jsp:165] org.apache.wsrp4j.exception.WSRPException: No message found.

Nested Throwable is:
Server was unable to process request. ---> Object reference not set to an instance of an object.
        at org.apache.wsrp4j.exception.WSRPXHelper.getException(WSRPXHelper.java:714)
        at org.apache.wsrp4j.exception.WSRPXHelper.throwX(WSRPXHelper.java:133)
        at org.apache.wsrp4j.exception.WSRPXHelper.handleWSRPFault(WSRPXHelper.java:660)
        at org.apache.wsrp4j.consumer.driver.ProducerImpl.getServiceDescription(ProducerImpl.java:464)
        at org.apache.wsrp4j.consumer.driver.ProducerImpl.getServiceDescription(ProducerImpl.java:391)
        at org.apache.wsrp4j.consumer.driver.ProducerImpl.getPortletDescription(ProducerImpl.java:490)
        at com.liferay.portlet.wsrp.WSRPProxyPortlet._getPortletDescription(WSRPProxyPortlet.java:681)
        at com.liferay.portlet.wsrp.WSRPProxyPortlet._getWindowSession(WSRPProxyPortlet.java:458)
        at com.liferay.portlet.wsrp.WSRPProxyPortlet._renderRemote(WSRPProxyPortlet.java:316)
        at com.liferay.portlet.wsrp.WSRPProxyPortlet.render(WSRPProxyPortlet.java:133)
        at com.sun.portal.portletcontainer.appengine.filter.FilterChainImpl.doFilter(FilterChainImpl.java:126)
        at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:69)
        at com.liferay.portlet.InvokerPortletImpl.invoke(InvokerPortletImpl.java:632)
        at com.liferay.portlet.InvokerPortletImpl.invokeRender(InvokerPortletImpl.java:700)
        at com.liferay.portlet.InvokerPortletImpl.render(InvokerPortletImpl.java:419)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)

Producer OutPutTrace.info

  
    
      http://schemas.xmlsoap.org/ws/2004/03/addressing/fault
      uuid:1d118ef4-8020-4fb0-a0de-4fcfaaa7e239
      uuid:a37a4393-badf-431e-8a22-ac010ba47596
      http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous
      
        
          2009-10-26T16:46:25Z
          2009-10-26T16:51:25Z
        
      
    
    
      
        soap:Server
        Server was unable to process request. ---> Object reference not set to an instance of an object. 
        
      
    
  


A: 

i m too having same problem looking for help

visha