Discussions
java.util.concurrent.RejectedExecutionException
Does anyone know why i would be getting this error using web services?
java.util.concurrent.RejectedExecutionException
The whole SOAP response is:
<soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.util.concurrent.RejectedExecutionException</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">partners-java005.svale.netledger.com</ns1:hostname>
</detail>