wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

java.lang.NullPointerException while using rest-client tool #76

Open Pralima opened 6 years ago

Pralima commented 6 years ago

Hi All,

Getting below error popup while hitting service endpoint with rest client. Truststore and Keystore settings are in place and same set up works for other colleague but error for me.

null java.lang.NullPointerException at org.wiztools.restclient.bean.ReqEntityByteArrayBean.getBody(ReqEntityByteArrayBean.java:20) at org.wiztools.restclient.HTTPClientUtil.getEntity(HTTPClientUtil.java:92) at org.wiztools.restclient.HTTPClientRequestExecuter.execute(HTTPClientRequestExecuter.java:283) at org.wiztools.restclient.ui.RESTViewImpl$2.run(RESTViewImpl.java:322)

subwiz commented 6 years ago

Need information:

  1. Version of RESTClient
  2. JRE version
  3. OS