服务器无法处理请求。 --->你调用的对象是空的。 ASPNETWSRPProducer

时间:2009-10-27 22:18:53

标签: asp.net iis liferay wsrp

ASPNET WSRP生产者

环境

  • 服务器端
  • APSNETWSRPProducer(制作人)
  • IIS
  • ASPNET网站
  • 制片人网站

客户端

  • Liferay 5.2.3 Tomcat 6
  • WSRP代理(消费者)

描述

我正在尝试使用Microsoft的ASPNET WSRP Producer。

我创建了一个网站并添加了一个简单的.aspx“Hello World!”。 创建了另一个站点来托管Producer。 试图从消费者那里获取信息。


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)

制作人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. 
        
      
    
  


0 个答案:

没有答案