oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
155 stars 67 forks source link

SOAP listener test error. #118

Open jyan21 opened 9 years ago

jyan21 commented 9 years ago

Hi I'm getting the an SOAP listener error, my server setup is as follows:

OS: CentOS 7 WebServer: Apache 2.4 ColdFusion 11 Please see the attached image.

I get the following message:

Cannot perform web service invocation logEntry.

The fault returned when invoking the web service operation is: org.apache.axis2.AxisFault: Connection reset at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:197) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:402) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at buglog.listeners.ListenersBugLogListenerWSCfcStub.logEntry(ListenersBugLogListenerWSCfcStub.java:202) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAcc... ''

oarevalo commented 9 years ago

Hi, I would suggest to try the REST listener. On the upcoming versions of BugLog the REST endpoint will be the preferred and (eventually) the only listener available.