SOUPUI ---Tue Jan 22 13:15:42 IST 2019:ERROR:Exception in request: java.lang.IllegalArgumentExceptio
Hello All,
This is the first time i am using SOAPUI and i really dont know what to do. I have installed SoapUI 5.4.0 and when i am running the REST POST i am getting the below exceptions and i am not seeing anything on the right side of the GUI..
Can someone help me in solving this issue..
SOAPUI LOGS:
Tue Jan 22 12:51:02 IST 2019:INFO:Used java version: 1.8.0_152
Scheduling garbage collection every 60 seconds
Tue Jan 22 12:51:23 IST 2019:DEBUG:Connection shut down
Tue Jan 22 12:51:23 IST 2019:ERROR:Exception in request: java.lang.IllegalArgumentException: "SSLv3
Tue Jan 22 12:51:23 IST 2019:ERROR:An error occurred ["SSLv3], see error log for details
Tue Jan 22 12:51:23 IST 2019:INFO:Error getting response for [OAuth2_Trusted.TrustedToken:TrustedToken]; java.lang.IllegalArgumentException: "SSLv3
Tue Jan 22 13:15:42 IST 2019:DEBUG:Connection shut down
Tue Jan 22 13:15:42 IST 2019:ERROR:Exception in request: java.lang.IllegalArgumentException: "SSLv3
Tue Jan 22 13:15:42 IST 2019:ERROR:An error occurred ["SSLv3], see error log for details
Tue Jan 22 13:15:42 IST 2019:INFO:Error getting response for [OAuth2_Trusted.TrustedToken:TrustedToken]; java.lang.IllegalArgumentException: "SSLv3
ERROR LOGS:
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$Helper.execute(HttpClientSupport.java:233)
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.execute(HttpClientSupport.java:323)
at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.submitRequest(HttpClientRequestTransport.java:297)
at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:227)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:119)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
- Is the service running on SSL? Does it support TLS V3 version? Use V2 otherwise.
Please refer below thread to see if that helps:
https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-enable-TLS-1-2-in-SoapUI/td-p/96239