【问题标题】:DSS boxcarring and request_boxDSS boxcarring 和 request_box
【发布时间】:2016-09-14 13:31:26
【问题描述】:

我在 DSS boxcarring 中遇到问题。

我在 DSS 中启用了 boxcarring 并编写了查询以分别从三个表中选择数据并将它们插入另外三个表中。当我尝试使用它并单击begin_boxcar 然后我的三个操作然后end_boxcar 它运行良好。一个操作(request_boxcar)是自动创建的,并按顺序包含我的三个操作。当我单击它尝试它时,它可以工作并且我的操作已运行但是当我使用任务计划并选择request_box 时遇到错误。我在浏览器中将它与我的端点一起使用,但它不起作用。我该如何解决?

http://IP:Port/services/Test/request_box

这是我遇到的错误:

 type Exception report message description The server encountered an
 internal error that prevented it from fulfilling this request.
 exception org.apache.axis2.AxisFault
    org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
    org.wso2.carbon.core.transports.CarbonServlet.doGet(CarbonServlet.java:155)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
    org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
    org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    org.wso2.carbon.ui.filters.CSRFPreventionFilter.doFilter(CSRFPreventionFilter.java:88)
    org.wso2.carbon.ui.filters.CRLFPreventionFilter.doFilter(CRLFPreventionFilter.java:59)
    org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 root cause java.lang.NullPointerException
    org.apache.axis2.builder.BuilderUtil.buildsoapMessage(BuilderUtil.java:148)
    org.apache.axis2.builder.XFormURLEncodedBuilder.processDocument(XFormURLEncodedBuilder.java:118)
    org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:188)
    org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:146)
    org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:116)
    org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:843)
    org.wso2.carbon.core.transports.CarbonServlet.handleRestRequest(CarbonServlet.java:303)
    org.wso2.carbon.core.transports.CarbonServlet.doGet(CarbonServlet.java:152)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
    org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
    org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    org.wso2.carbon.ui.filters.CSRFPreventionFilter.doFilter(CSRFPreventionFilter.java:88)
    org.wso2.carbon.ui.filters.CRLFPreventionFilter.doFilter(CRLFPreventionFilter.java:59)
    org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 note The full stack trace of the root cause is available in the Apache
 Tomcat/7.0.59 logs.

【问题讨论】:

    标签: wso2dss


    【解决方案1】:

    感谢您报告此问题。这是因为,当它被数据服务任务调用时,它无法检索传入的消息。我创建了一个 JIRA,您可以从 here 找到它。您可以从那里跟踪进度,它将在即将发布的版本中修复。

    【讨论】:

    • 感谢您的考虑
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-11-28
    • 1970-01-01
    • 2023-03-11
    • 1970-01-01
    相关资源
    最近更新 更多