SoapUI: ConnectException: Connection timed out:

后端 未结 5 1551
感情败类
感情败类 2020-12-30 19:40

i try to send request via REST. I get success response when using firefox rest-client, but in SoapUI i get exception attached below. How to resolve this issue? Thanks.

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 20:07

    Apart from adjusting timeouts, if this issue still persists then it could be because few of the plugins needed by SoapUI are not loaded. Because these plugins are present in some other place that require permission to access.

    If u check your logs u can find this trace :

    java.lang.ClassNotFoundException: com.eviware.soapui.plugins.auto.factories.AutoImportMethodFactory
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
    

    The problem does not occur when starting the SoapUI directly from bin

    Also you can run with Administrative privileges.

提交回复
热议问题