Running the test cases on microsoft edge

Hi All,

I trying to run my test cases on Edge , but I get the below error . Can someone please help ?

Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ‘’
_ at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64)_
_ at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:26)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67)_
_ at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56)_
_ at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60)_
_ at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source)_
_ at Live_arte_User does all the actions on the live stream.run(Live_arte_User does all the actions on the live stream:17)_
_ at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:194)_
_ at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:119)_
_ at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:337)_
_ at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:328)_
_ at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:307)_
_ at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:299)_
_ at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:233)_
_ at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:114)_
_ at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:105)_
_ at com.kms.katalon.core.main.TestCaseMain$runTestCase$0.call(Unknown Source)_
_ at TempTestCase1561464060254.run(TempTestCase1561464060254.groovy:21)_
Caused by: org.openqa.selenium.WebDriverException: java.net.SocketException: Connection reset
Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’
System info: host: ‘SAMDAVID-PC’, ip: ‘192.168.5.162’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_181’
Driver info: driver.version: CEdgeDriver
_ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:92)_
_ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:600)_
_ at com.kms.katalon.selenium.driver.CEdgeDriver.execute(CEdgeDriver.java:21)_
_ at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:219)_
_ at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:142)_
_ at org.openqa.selenium.edge.EdgeDriver.(EdgeDriver.java:154)_
_ at com.kms.katalon.selenium.driver.CEdgeDriver.(CEdgeDriver.java:14)_
_ at com.kms.katalon.core.webui.driver.DriverFactory.createNewEdgeDriver(DriverFactory.java:403)_
_ at com.kms.katalon.core.webui.driver.DriverFactory.startNewBrowser(DriverFactory.java:254)_
_ at com.kms.katalon.core.webui.driver.DriverFactory.openWebDriver(DriverFactory.java:188)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$openBrowser_closure1.doCall(OpenBrowserKeyword.groovy:74)
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$openBrowser_closure1.call(OpenBrowserKeyword.groovy)
_ at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:20)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67)_
_ at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56)_
_ at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60)_
_ at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source)_
_ at Script1561364786025.run(Script1561364786025.groovy:17)_
_ … 11 more_
Caused by: java.net.SocketException: Connection reset
_ at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)_
_ at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)_
_ at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)_
_ at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)_
_ at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)_
_ at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)_
_ at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)_
_ at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)_
_ at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)_
_ at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)_
_ at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)_
_ at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)_
_ at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)_
_ at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)_
_ at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)_
_ at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)_
_ at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)_
_ at org.openqa.selenium.remote.internal.ApacheHttpClient.fallBackExecute(ApacheHttpClient.java:138)_
_ at org.openqa.selenium.remote.internal.ApacheHttpClient.execute(ApacheHttpClient.java:86)_
_ at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:101)_
_ at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:73)_
_ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:142)_
_ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)_
_ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:600)_
_ at com.kms.katalon.selenium.driver.CEdgeDriver.execute(CEdgeDriver.java:21)_
_ at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:219)_
_ at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:142)_
_ at org.openqa.selenium.edge.EdgeDriver.(EdgeDriver.java:154)_
_ at com.kms.katalon.selenium.driver.CEdgeDriver.(CEdgeDriver.java:14)_
_ at com.kms.katalon.core.webui.driver.DriverFactory.createNewEdgeDriver(DriverFactory.java:403)_
_ at com.kms.katalon.core.webui.driver.DriverFactory.startNewBrowser(DriverFactory.java:254)_
_ at com.kms.katalon.core.webui.driver.DriverFactory.openWebDriver(DriverFactory.java:188)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$openBrowser_closure1.doCall(OpenBrowserKeyword.groovy:74)
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$openBrowser_closure1.call(OpenBrowserKeyword.groovy)
_ at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:20)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81)_
_ at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67)_
_ at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56)_
_ at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60)_
_ at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source)_
_ at Live_arte_User does all the actions on the live stream.run(Live_arte_User does all the actions on the live stream:17)_
_ … 11 more_