Hi,
I updated Appium server to 1.6.5-beta and appium-client to 5.0.0-BETA7
(Previously, Appium server 1.6.4 and appium-client 5.0.0-BETA2)
And, I have this same error when running my test.
Environment:
- Maven project
- Eclipse
- Java1.8
- TestNG
- Android real devices
Anyone could help us?
Thank you in advance
Appium server logs:
....
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Applications/android-sdk-macosx/platform-tools/adb' with args: ["-P",5037,"-s","04157df4a245aa2f","shell","am","start","-W","-n","myApp/myApp.MainActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[Appium] New AndroidDriver session created successfully, session c1e22ffe-b7c5-4f61-87b4-ebaf6a24055a added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1492201670100 (13:27:50 GMT-0700 (PDT))
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"","appPackage":"","appActivity":"","newCommandTimeout":1200,"platformVersion":"6.0.1","platformName":"Android","udid":"04157df4a245aa2f","deviceName":"samsung-sm_g920i-04157df4a245aa2f","fullReset":true},"app":"","appPackage":"","appActivity":","newCommandTimeout":1200,"platformVersion":"6.0.1","platformName":"Android","udid":"04157df4a245aa2f","deviceName":"04157df4a245aa2f","fullReset":true,"deviceUDID":"04157df4a245aa2f","deviceScreenSize":"1440x2560","deviceModel":"SM-G920I","deviceManufacturer":"samsung"}
[HTTP] <-- POST /wd/hub/session 200 59317 ms - 1033
[Appium] Received SIGTERM - shutting down
Mag