Not able to run ios webkit debug proxy through katalon

Hi ,

Wda is launched successfully, but not able to launch ios-webkit-debug-proxy.
(Safari settings are set, iwdp is installed )
Even tried with running iwdp externally through terminal

Below is my code :–

capabilities = new DesiredCapabilities();
capabilities.setCapability(“platformName”,“ios”);
capabilities.setCapability(“platformVersion”, “11.0.2”);
capabilities.setCapability(“deviceName”, “Pyramid iPhone 6 Plus”);
capabilities.setCapability(“browserName”, “safari”);
capabilities.setCapability(“udid”,“bbcab9ba1a151060b8d384b3ff67e8940fb6ec36”);

capabilities.setCapability("safariInitialUrl", "www.amazon.in");
capabilities.setCapability("safariAllowPopups", false);
capabilities.setCapability("automationName", "XCUITest");

capabilities.setCapability("noReset", true);
capabilities.setCapability("webkitResponseTimeout", "7200000");
capabilities.setCapability("startIWDP", true);
capabilities.setCapability("newCommandTimeout", "660000");
capabilities.setCapability("webkitDebugProxyPort", "12021");

AppiumDriverManager.createMobileDriver(MobileDriverType.IOS_DRIVER, "bbcab9ba1a151060b8d384b3ff67e8940fb6ec36", capabilities)
WebUI.navigateToUrl("www.amazon.in")

Logs:-

SLF4J: The requested version 1.7.16 by your slf4j binding is not compatible with [1.6]
SLF4J: See SLF4J Error Codes for further details.
2019-06-18 19:12:52.742 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2019-06-18 19:12:52.744 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/Test/iosScript
2019-06-18 19:12:53.103 DEBUG testcase.iosScript - 1: capabilities = null
2019-06-18 19:12:53.157 DEBUG testcase.iosScript - 2: try
2019-06-18 19:12:53.158 DEBUG testcase.iosScript - 1: capabilities = new org.openqa.selenium.remote.DesiredCapabilities()
2019-06-18 19:12:53.171 DEBUG testcase.iosScript - 2: capabilities.setCapability(“platformName”, “ios”)
2019-06-18 19:12:53.173 DEBUG testcase.iosScript - 3: capabilities.setCapability(“platformVersion”, “11.0.2”)
2019-06-18 19:12:53.174 DEBUG testcase.iosScript - 4: capabilities.setCapability(“deviceName”, “Pyramid iPhone 6 Plus”)
2019-06-18 19:12:53.175 DEBUG testcase.iosScript - 5: capabilities.setCapability(“browserName”, “safari”)
2019-06-18 19:12:53.176 DEBUG testcase.iosScript - 6: capabilities.setCapability(“udid”, “bbcab9ba1a151060b8d384b3ff67e8940fb6ec36”)
2019-06-18 19:12:53.177 DEBUG testcase.iosScript - 7: capabilities.setCapability(“safariInitialUrl”, “www.amazon.in”)
2019-06-18 19:12:53.178 DEBUG testcase.iosScript - 8: capabilities.setCapability(“safariAllowPopups”, false)
2019-06-18 19:12:53.179 DEBUG testcase.iosScript - 9: capabilities.setCapability(“automationName”, “XCUITest”)
2019-06-18 19:12:53.180 DEBUG testcase.iosScript - 10: capabilities.setCapability(“noReset”, true)
2019-06-18 19:12:53.181 DEBUG testcase.iosScript - 11: capabilities.setCapability(“webkitResponseTimeout”, “7200000”)
2019-06-18 19:12:53.182 DEBUG testcase.iosScript - 12: capabilities.setCapability(“startIWDP”, true)
2019-06-18 19:12:53.184 DEBUG testcase.iosScript - 13: capabilities.setCapability(“newCommandTimeout”, “660000”)
2019-06-18 19:12:53.187 DEBUG testcase.iosScript - 14: capabilities.setCapability(“webkitDebugProxyPort”, “12021”)
2019-06-18 19:12:53.188 DEBUG testcase.iosScript - 15: createMobileDriver(IOS_DRIVER, “bbcab9ba1a151060b8d384b3ff67e8940fb6ec36”, capabilities)
2019-06-18 19:13:03.260 WARN c.k.k.c.a.driver.AppiumDriverManager - Failed to start ios_webkit_debug_proxy on default port 27753
2019-06-18 19:13:05.057 INFO c.k.k.c.a.driver.AppiumDriverManager - Appium server started on port 57,509
e[35m[Appium]e[39m Welcome to Appium v1.10.0
e[35m[Appium]e[39m Non-default server args:
e[35m[Appium]e[39m port: 57509
e[35m[Appium]e[39m loglevel: info
e[35m[Appium]e[39m chromeDriverPort: 57510
e[35m[Appium]e[39m tmpDir: /var/folders/5z/0p24p7t93qg9qm1kfqsksm6m0000gp/T//Katalon/Appium/Temp1560865383262
e[35m[Appium]e[39m Appium REST http interface listener started on 0.0.0.0:57509
e[35m[HTTP]e[39m e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/statuse[39m
e[35m[HTTP]e[39m e[90m{}e[39m
e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/status e[39me[32m200e[39m e[90m6 ms - 68e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/sessione[39m
e[35m[HTTP]e[39m e[90m{“desiredCapabilities”:{“automationName”:“XCUITest”,“browserName”:“safari”,“deviceName”:“Pyramid iPhone 6 Plus”,“newCommandTimeout”:“660000”,“noReset”:true,“platformName”:“iOS”,“platformVersion”:“11.0.2”,“safariAllowPopups”:false,“safariInitialUrl”:“www.amazon.in”,“startIWDP”:true,“udid”:“bbcab9ba1a151060b8d384b3ff67e8940fb6ec36”,“webkitDebugProxyPort”:“12021”,“webkitResponseTimeout”:“7200000”},“capabilities”:{“desiredCapabilities”:{“automationName”:“XCUITest”,“browserName”:“safari”,“deviceName”:“Pyramid iPhone 6 Plus”,“newCommandTimeout”:“660000”,“noReset”:true,“platformName”:“iOS”,“platformVersion”:“11.0.2”,“safariAllowPopups”:false,“safariInitialUrl”:“www.amazon.in”,“startIWDP”:true,“udid”:“bbcab9ba1a151060b8d384b3ff67e8940fb6ec36”,“webkitDebugProxyPort”:“12021”,“webkitResponseTimeout”:“7200000”},“firstMatch”:[{“browserName”:“safari”,“platformName”:“ios”}]}}e[39m
e[35m[Appium]e[39m Could not parse W3C capabilities: ‘deviceName’ can’t be blank
e[35m[Appium]e[39m Trying to fix W3C capabilities by merging them with JSONWP caps
e[35m[BaseDriver]e[39m The capabilities [“automationName”,“deviceName”,“newCommandTimeout”,“noReset”,“platformVersion”,“safariAllowPopups”,“safariInitialUrl”,“startIWDP”,“udid”,“webkitDebugProxyPort”,“webkitResponseTimeout”] are not standard capabilities and should have an extension prefix
e[35m[BaseDriver]e[39m Number capability passed in as string. Functionality may be compromised.
e[35m[Appium]e[39m Creating new XCUITestDriver (v2.104.0) session
e[35m[Appium]e[39m Capabilities:
e[35m[Appium]e[39m automationName: XCUITest
e[35m[Appium]e[39m deviceName: Pyramid iPhone 6 Plus
e[35m[Appium]e[39m newCommandTimeout: 660000
e[35m[Appium]e[39m noReset: true
e[35m[Appium]e[39m platformVersion: 11.0.2
e[35m[Appium]e[39m safariAllowPopups: false
e[35m[Appium]e[39m safariInitialUrl: www.amazon.in
e[35m[Appium]e[39m startIWDP: true
e[35m[Appium]e[39m udid: bbcab9ba1a151060b8d384b3ff67e8940fb6ec36
e[35m[Appium]e[39m webkitDebugProxyPort: 12021
e[35m[Appium]e[39m webkitResponseTimeout: 7200000
e[35m[Appium]e[39m browserName: safari
e[35m[Appium]e[39m platformName: ios
e[35m[BaseDriver]e[39m Number capability passed in as string. Functionality may be compromised.
e[35m[BaseDriver]e[39m Number capability passed in as string. Functionality may be compromised.
e[35m[BaseDriver]e[39m Number capability passed in as string. Functionality may be compromised.
e[35m[BaseDriver]e[39m Capability ‘newCommandTimeout’ changed from string (‘660000’) to integer (660000). This may cause unexpected behavior
e[35m[BaseDriver]e[39m Capability ‘webkitDebugProxyPort’ changed from string (‘12021’) to integer (12021). This may cause unexpected behavior
e[35m[BaseDriver]e[39m Capability ‘webkitResponseTimeout’ changed from string (‘7200000’) to integer (7200000). This may cause unexpected behavior
e[35m[BaseDriver]e[39m Session created with session id: 738560b3-60da-40ce-839a-7e945c4f7fb6
e[35m[XCUITest]e[39m Determining device to run tests on: udid: ‘bbcab9ba1a151060b8d384b3ff67e8940fb6ec36’, real device: true
e[35m[XCUITest]e[39m Safari test requested
e[35m[XCUITest]e[39m Cannot get the name of the crashes folder for the device with udid ‘bbcab9ba1a151060b8d384b3ff67e8940fb6ec36’. Original error: Command ‘idevicename -u bbcab9ba1a151060b8d384b3ff67e8940fb6ec36’ exited with code 255
e[35m[XCUITest]e[39m Setting up real device
e[35m[XCUITest]e[39m Using WDA path: ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium-xcuitest-driver/WebDriverAgent’
e[35m[XCUITest]e[39m Using WDA agent: ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj’
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNREFUSED”,“code”:“ECONNREFUSED”,“syscall”:“connect”,“address”:“127.0.0.1”,“port”:8100}
e[35m[XCUITest]e[39m Launching WebDriverAgent on the device
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[JSONWP Proxy]e[39m Got an unexpected response: {“errno”:“ECONNRESET”,“code”:“ECONNRESET”,“syscall”:“read”}
e[35m[XCUITest]e[39m Skipping setting of the initial display orientation. Set the “orientation” capability to either “LANDSCAPE” or “PORTRAIT”, if this is an undesired behavior.
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Attempted to get a list of webview contexts but could not connect to ios-webkit-debug-proxy. If you expect to find webviews, please ensure that the proxy is running and accessible
e[35m[iOS]e[39m Could not find any webviews yet, refreshing/retrying

Thanks,
Himanshu