Skip to content

Instantly share code, notes, and snippets.

@gamesguru
Created November 2, 2017 19:53
Show Gist options
  • Save gamesguru/9a998a244ac85bcc14d27e20727f6f74 to your computer and use it in GitHub Desktop.
Save gamesguru/9a998a244ac85bcc14d27e20727f6f74 to your computer and use it in GitHub Desktop.
starting appium log..
on port 4723..
===============
---Exception---
===============
WebDriver, -2146233079
System.Collections.ListDictionaryInternal
An unknown server-side error occurred while processing the command. Original error: Could not sign with default ceritficate. Original error Command ''C:\\Program Files\\Java\\jdk1.8.0_144\\bin\\java.exe' -jar C\:\\Users\\sjaroch\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-adb\\jars\\sign.jar C\:\\Users\\sjaroch\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-driver\\uiautomator2\\appium-uiautomator2-server-debug-androidTest.apk --override' exited with code 1
Void UnpackAndThrowOnError(OpenQA.Selenium.Remote.Response)
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Appium.AppiumDriver`1..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Appium.Android.AndroidDriver`1..ctor(Uri remoteAddress, DesiredCapabilities desiredCapabilities)
at AndroidStressTest.frmTestStatus.<Bw_DoWork>b__17_0(Int32 z) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\frmTestStatus.cs:line 159
===============
--End exception--
===============
starting appium log..
on port 4724..
===============
---Exception---
===============
WebDriver, -2146233079
System.Collections.ListDictionaryInternal
An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: read ECONNRESET
Void UnpackAndThrowOnError(OpenQA.Selenium.Remote.Response)
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Appium.AppiumDriver`1..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Appium.Android.AndroidDriver`1..ctor(Uri remoteAddress, DesiredCapabilities desiredCapabilities)
at AndroidStressTest.frmTestStatus.<Bw_DoWork>b__17_0(Int32 z) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\frmTestStatus.cs:line 159
===============
--End exception--
===============
starting appium log..
on port 4725..
===============
---Exception---
===============
appium-dotnet-driver, -2146233088
System.Collections.ListDictionaryInternal
The HTTP request to the remote WebDriver server for URL http://127.0.0.1:4725/wd/hub/session timed out after 60 seconds.
OpenQA.Selenium.Remote.Response Execute(OpenQA.Selenium.Remote.Command)
at OpenQA.Selenium.Appium.Service.AppiumCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Appium.AppiumDriver`1..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Appium.Android.AndroidDriver`1..ctor(Uri remoteAddress, DesiredCapabilities desiredCapabilities)
at AndroidStressTest.frmTestStatus.<Bw_DoWork>b__17_0(Int32 z) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\frmTestStatus.cs:line 159
===============
--End exception--
===============
...starting appium...
[Appium] Welcome to Appium v1.6.4
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] bootstrapPort: 8700
Error: listen EADDRINUSE 127.0.0.1:4723
at Object._errnoException (util.js:1021:11)
at _exceptionWithHostPort (util.js:1043:20)
at Server.setupListenHandle [as _listen2] (net.js:1344:14)
at listenInCluster (net.js:1385:12)
at doListen (net.js:1494:7)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Appium failed to connect..
===============
another one
===============
System.InvalidOperationException occurred
HResult=0x80131509
Message=An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200
Source=WebDriver
StackTrace:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.PerformTouchAction(ITouchAction touchAction)
at OpenQA.Selenium.Appium.AppiumDriver`1.DoSwipe(Int32 startx, Int32 starty, Int32 endx, Int32 endy, Int32 duration)
at OpenQA.Selenium.Appium.Android.AndroidDriver`1.Swipe(Int32 startx, Int32 starty, Int32 endx, Int32 endy, Int32 duration)
at AndroidStressTest.testMethods.swipeUp(String s) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\testMethods.cs:line 117
at AndroidStressTest.frmTestStatus.<Bw_DoWork>b__17_0(Int32 z) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\frmTestStatus.cs:line 199
at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
===========
another one
============
System.InvalidOperationException occurred
HResult=0x80131509
Message=An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200
Source=WebDriver
StackTrace:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.PerformTouchAction(ITouchAction touchAction)
at OpenQA.Selenium.Appium.AppiumDriver`1.DoSwipe(Int32 startx, Int32 starty, Int32 endx, Int32 endy, Int32 duration)
at OpenQA.Selenium.Appium.Android.AndroidDriver`1.Swipe(Int32 startx, Int32 starty, Int32 endx, Int32 endy, Int32 duration)
at AndroidStressTest.testMethods.swipeUp(String s) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\testMethods.cs:line 117
at AndroidStressTest.frmTestStatus.<Bw_DoWork>b__17_0(Int32 z) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\frmTestStatus.cs:line 199
at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment