Soap webservice:警告发布Mantas错误

时间:2012-12-03 16:19:57

标签: java web-services web-applications oracle11g

我有一个错误,我一直试图解决几个星期。我正在运行SOAP Web服务,我收到以下错误:

Failed to execute Alert processing step : AssignAlert

正如您在下面的SOAP消息中看到的那样。这来自Oracle Mantas应用程序,但它可能是更通用的错误消息。提前谢谢。

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode xmlns:ns1="http://namespaces.mantas.com">ns1:Server</faultcode>
      <faultstring>Failed to execute Alert processing step : AssignAlert</faultstring>
      <faultactor>/services/AlertManagementService</faultactor>
      <detail>
        <PostAlertFault>
          <errorCode>170364</errorCode>
          <errorMessage>Failed to execute Alert processing step : AssignAlert</errorMessage>
          <errorDescription>java.lang.reflect.InvocationTargetException</errorDescription>
        </PostAlertFault>
        <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">myhostname</ns2:hostname>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>

0 个答案:

没有答案