1

何週間も解決しようとしてきたバグがあります。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>
4

0 に答える 0