New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException HTTPClientRequestExecuter.java:355 #7
Comments
|
Stack trace please. |
|
restclient-ui-3.3-jar-with-dependencies.jar I can reproduce the error by Edit > reset all, then only URL=https://example.com Seems to have something to do with SSL/TLS. If I switch from https to http, the error changes to a time out. Contents of pop up error for any https URL: |
|
Same error on my home Linux machine. I tried under both Java 6 and 7. |
|
I fixed it. change code org.wiztools.restclient.HTTPClientRequestExecuter.java before after This exception occur when you use https without keystore or trusted keystore file. thanks. WY. |
|
Thanks WY! I had also fixed this in master branch sometime ago--revision 2f6156f. |
|
Thanks guys. Are you going to make me compile a new JAR myself, or can I get it from fosshub anytime soon? I suppose I'm happy using the 3.2.2 version for now. |
|
Get the latest build from: https://dl.dropboxusercontent.com/u/2505020/restclient-ui-3.3.1-SNAPSHOT-jar-with-dependencies.jar Note, this build has latest developments besides this fix, and could have more bugs. Thanks for taking time to report the issue. |
I ran it for the first time, configured my URL, method=post, and body, clicked the arrow at the upper right, and got a popup error.
Deleting the body (none) makes no difference, still the same error.
The text was updated successfully, but these errors were encountered: