我有几个星期一直在尝试解决的错误。我正在运行 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>