Top "Transport" questions

Elasticsearch TransportClient NetworkPlugin NoClassDefFoundError

I am looking forward to integrate Elasticsearch in a Spring Boot Web Application. Here is my configuration that creates my …

spring elasticsearch spring-boot client transport
rg.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden

I am trying to access a webservices over https, I have the ssl certificates in place. However when I send …

web-services axis2 webservice-client http-status-code-403 transport
Exception to fix javax.mail.AuthenticationFailedException exception

I am learning how to send an email with javamail API, i have created the necessary properties and instructions to …

jakarta-mail transport
Can Prototype or JQuery return an HTTP status code on an AJAX request

url = "http://example.com" new Ajax.Request(url, { onComplete: function(transport) { alert(transport.status); } }); I'd like that to return a …

javascript jquery ajax prototypejs transport
TTransportException Exception while working with Apache Thrift

I am working with apache Thrift. I am getting TTransportException exception while everthing looks fine with my code. Here is …

java sockets thrift transport