Econnrefused error. 500 response at actions. Native app. Real device

appium v1.4.5/ 1.4.1
native app, real device iPad2


UPDATE:
I am uninstalled node and appium, running appium from console. When do anything like click or sendkeys test fails with 500.
error is:

**info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"0"},"sessionId":"95b107a4-ea39-     4b85-abe6-64a4e4485053"}**
**info: <-- POST /wd/hub/session/95b107a4-ea39-4b85-abe6-64a4e4485053/element 200 1203.907 ms - 87 {"status":0,"value":{"ELEMENT":"0"},"sessionId":"95b107a4-ea39-4b85-abe6-64a4e4485053"}**
**info: --> POST /wd/hub/session/95b107a4-ea39-4b85-abe6-64a4e4485053/element/0/value {"id":"0","value":["[email protected]"]}**
**info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: connect ECONNREFUSED)","code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","origValue":"connect ECONNREFUSED"},"sessionId":"95b107a4-ea39-4b85-abe6-64a4e4485053"}**
**info: <-- POST /wd/hub/session/95b107a4-ea39-4b85-abe6-64a4e4485053/element/0/value 500 14.906 ms - 293** 
**ENT":"0"},"sessionId":"95b107a4-ea39-4b85-abe6-64a4e4485053"}**

Econnrefused error when i try to do everything with driver.
It seems to me that WebKitRemoteDebugger is not needed to the testing native apps. What shell a do? How to unlink incorrectly installed WebKitRemoteDebugger ?

My code:

@Test
public  void m() {
	final IOSDriver<MobileElement> wd;
	DesiredCapabilities capabilities = new DesiredCapabilities();
	capabilities.setCapability("appium-version", "1.0");
	capabilities.setCapability("platformName", "iOS");
	capabilities.setCapability("platformVersion", "8.3");
	capabilities.setCapability("deviceName", "iPad 2");
	capabilities.setCapability("app", "/Users/testing/Documents/builds/AMenu.ipa");
	capabilities.setCapability("browserName", "");
	try
	{
wd = new IOSDriver<MobileElement>(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);
	System.out.println("LOGGING IN");
	if (wd==null)
	{
		System.out.println("null");
	}
	Set<String> contextNames = wd.getContextHandles();
	for (String contextName : contextNames) {
	    System.out.println(contextName);
	}
	wd.close();
	}

So, appium logs:

Launching Appium with command: ‘/Applications/Appium.app/Contents/Resources/node/bin/node’ lib/server/main.js --address “127.0.0.1” --command-timeout “7200” --debug-log-spacing --log “/tmp/appium.log” --log-timestamp --robot-address “0.0.0.0” --robot-port “4” --platform-version “8.3” --platform-name “iOS” --app “com.a.AMenu” --udid “39d3f2fcd78b6f6013dc54a1794ea13c38332db2” --show-ios-log --show-ios-log --device-name “iPad 2” --native-instruments-lib
2015-07-13 10:41:29:178 - info: Welcome to Appium v1.4.1 (REV ce6220829063679bcccf5724515c29569c4a16d9)

2015-07-13 10:41:29:193 - info: Appium REST http interface listener started on 127.0.0.1:4723

2015-07-13 10:41:29:197 - info: [debug] Non-default server args: {“app”:“com.a.AMenu”,“udid”:“39d3f2fcd78b6f6013dc54a1794ea13c38332db2”,“address”:“127.0.0.1”,“log”:"/tmp/appium.log",“logTimestamp”:true,“nativeInstrumentsLib”:true,“deviceName”:“iPad 2”,“platformName”:“iOS”,“platformVersion”:“8.3”,“showIOSLog”:true,“robotPort”:4,“defaultCommandTimeout”:7200,“debugLogSpacing”:true}

2015-07-13 10:41:29:198 - info: Console LogLevel: debug
2015-07-13 10:41:29:198 - info: File LogLevel: debug

2015-07-13 10:41:29:482 - info: --> GET /wd/hub/status {}

2015-07-13 10:41:29:484 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:29:492 - info: <-- GET /wd/hub/status 200 10.663 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:29:783 - info: --> GET /wd/hub/status {}

2015-07-13 10:41:29:784 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:29:788 - info: <-- GET /wd/hub/status 200 4.835 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:40:601 - info: --> GET /wd/hub/status {}

2015-07-13 10:41:40:602 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:40:606 - info: <-- GET /wd/hub/status 200 4.864 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:40:852 - info: --> GET /wd/hub/status {}

2015-07-13 10:41:40:852 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:40:854 - info: <-- GET /wd/hub/status 200 1.967 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.4.1”,“revision”:“ce6220829063679bcccf5724515c29569c4a16d9”}}}

2015-07-13 10:41:46:793 - info: --> POST /wd/hub/session {“desiredCapabilities”:{“platformVersion”:“8.3”,“app”:"/Users/testing/Documents/builds/AMenu.ipa",“platformName”:“iOS”,“deviceName”:“iPad 2”,“browserName”:"",“appium-version”:“1.0”}}

2015-07-13 10:41:46:795 - info: Client User-Agent string: Apache-HttpClient/4.3.3 (java 1.5)

2015-07-13 10:41:46:796 - info: *************************************
2015-07-13 10:41:46:797 - info: *************************************
2015-07-13 10:41:46:797 - info: *************************************
2015-07-13 10:41:46:797 - info: *************************************
2015-07-13 10:41:46:797 - info: *************************************
2015-07-13 10:41:46:797 - info: *************************************
2015-07-13 10:41:46:798 - info: *************************************
2015-07-13 10:41:46:798 - info: *************************************
2015-07-13 10:41:46:798 - info: **** NEW SESSION ***
2015-07-13 10:41:46:798 - info: **** NEW SESSION ***
2015-07-13 10:41:46:799 - info: **** NEW SESSION ***
2015-07-13 10:41:46:799 - info: **** NEW SESSION ***
2015-07-13 10:41:46:799 - info: **** NEW SESSION ***
2015-07-13 10:41:46:799 - info: **** NEW SESSION ***
2015-07-13 10:41:46:800 - info: **** NEW SESSION ***
2015-07-13 10:41:46:800 - info: **** NEW SESSION ***
2015-07-13 10:41:46:800 - info: *************************************
2015-07-13 10:41:46:800 - info: *************************************
2015-07-13 10:41:46:800 - info: *************************************
2015-07-13 10:41:46:800 - info: *************************************
2015-07-13 10:41:46:801 - info: *************************************
2015-07-13 10:41:46:801 - info: *************************************
2015-07-13 10:41:46:801 - info: *************************************
2015-07-13 10:41:46:801 - info: *************************************
2015-07-13 10:41:46:804 - info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : appium-version

2015-07-13 10:41:46:816 - info: [debug] Using local .ipa from desired caps: /Users/testing/Documents/builds/AMenu.ipa

2015-07-13 10:41:46:817 - info: [debug] Copying local zip to tmp dir

2015-07-13 10:41:46:940 - info: [debug] /Users/testing/Documents/builds/AMenu.ipa copied to /var/folders/j7/f4y7qbts6813w32znkh9wf3h0000gp/T/115613-13092-j0327g/appium-app.zip

2015-07-13 10:41:47:005 - info: [debug] Unzipping /var/folders/j7/f4y7qbts6813w32znkh9wf3h0000gp/T/115613-13092-j0327g/appium-app.zip

2015-07-13 10:41:47:006 - info: [debug] Testing zip archive: /var/folders/j7/f4y7qbts6813w32znkh9wf3h0000gp/T/115613-13092-j0327g/appium-app.zip

2015-07-13 10:41:47:155 - info: [debug] Zip archive tested clean

2015-07-13 10:41:47:280 - info: [debug] Unzip successful

2015-07-13 10:41:47:281 - info: [debug] Using locally extracted app: /var/folders/j7/f4y7qbts6813w32znkh9wf3h0000gp/T/115613-13092-j0327g/Payload/AMenu.app

2015-07-13 10:41:47:282 - info: [debug] Creating new appium session 74578f61-490f-4f81-ac6c-34b686ab5a7d
2015-07-13 10:41:47:286 - info: [debug] Removing any remaining instruments sockets

2015-07-13 10:41:47:369 - info: [debug] Cleaned up instruments socket /tmp/instruments_sock

2015-07-13 10:41:47:370 - info: [debug] Auto-detecting iOS udid…
2015-07-13 10:41:47:370 - info: [debug] Not auto-detecting udid, running on sim

2015-07-13 10:41:47:373 - info: [debug] Could not parse plist file (as binary) at /var/folders/j7/f4y7qbts6813w32znkh9wf3h0000gp/T/115613-13092-j0327g/Payload/AMenu.app/en.lproj/Localizable.strings
2015-07-13 10:41:47:373 - info: Will try to parse the plist file as XML
2015-07-13 10:41:47:374 - info: [debug] Could not parse plist file (as XML) at /var/folders/j7/f4y7qbts6813w32znkh9wf3h0000gp/T/115613-13092-j0327g/Payload/AMenu.app/en.lproj/Localizable.strings
2015-07-13 10:41:47:374 - warn: Could not parse app Localizable.strings assuming it doesn’t exist
2015-07-13 10:41:47:374 - info: [debug] Getting bundle ID from app
2015-07-13 10:41:47:379 - info: [debug] Parsed app Info.plist (as binary)
2015-07-13 10:41:47:380 - info: [debug] Creating instruments
2015-07-13 10:41:47:381 - info: [debug] Preparing uiauto bootstrap
2015-07-13 10:41:47:381 - info: [debug] Dynamic bootstrap dir: /Users/testing/Library/Application Support/appium/bootstrap
2015-07-13 10:41:47:383 - info: [debug] Dynamic env: {“nodePath”:"/Applications/Appium.app/Contents/Resources/node/bin/node",“commandProxyClientPath”:"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js",“instrumentsSock”:"/tmp/instruments_sock",“interKeyDelay”:null,“justLoopInfinitely”:false,“autoAcceptAlerts”:false,“autoDismissAlerts”:false,“sendKeyStrategy”:“grouped”}

2015-07-13 10:41:47:513 - info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!

2015-07-13 10:41:47:513 - info: [debug] Dynamic bootstrap path: /Users/testing/Library/Application Support/appium/bootstrap/bootstrap-6745615c424bb0c0.js

2015-07-13 10:41:47:557 - info: [debug] Reusing dynamic bootstrap: /Users/testing/Library/Application Support/appium/bootstrap/bootstrap-6745615c424bb0c0.js

2015-07-13 10:41:47:560 - info: [debug] Attempting iOS device log capture via libimobiledevice idevicesyslog

2015-07-13 10:41:48:472 - info: [debug] Creating iDevice object with udid 39d3f2fcd78b6f6013dc54a1794ea13c38332db2

2015-07-13 10:41:50:191 - info: [debug] App is installed.

2015-07-13 10:41:50:192 - info: [debug] fullReset not requested. No need to install.
2015-07-13 10:41:50:192 - info: [debug] Starting command proxy.

2015-07-13 10:41:50:194 - info: [debug] Instruments socket server started at /tmp/instruments_sock
2015-07-13 10:41:50:194 - info: [debug] Starting instruments

2015-07-13 10:41:50:487 - info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments

2015-07-13 10:41:50:487 - info: Launching instruments

2015-07-13 10:41:50:522 - info: [debug] Attempting to run app on real device with UDID 39d3f2fcd78b6f6013dc54a1794ea13c38332db2

2015-07-13 10:41:50:524 - info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w 39d3f2fcd78b6f6013dc54a1794ea13c38332db2 com.a.AMenu -e UIASCRIPT “/Users/testing/Library/Application Support/appium/bootstrap/bootstrap-6745615c424bb0c0.js” -e UIARESULTSPATH /tmp/appium-instruments
2015-07-13 10:41:50:524 - info: [debug] And extra without-delay env: {}
2015-07-13 10:41:50:524 - info: [debug] And launch timeouts (in ms): {“global”:90000}

2015-07-13 10:42:03:640 - info: [debug] [INST STDERR] 2015-07-13 15:42:03.639 instruments[13105:2222312] WebKit Threading Violation - initial use of WebKit from a secondary thread.

2015-07-13 10:42:09:898 - info: Instruments is ready to receive commands

2015-07-13 10:42:09:899 - info: [debug] Instruments launched. Starting poll loop for new commands.
2015-07-13 10:42:09:900 - info: [debug] Setting bootstrap config keys/values
2015-07-13 10:42:09:900 - info: [debug] Pushing command to appium work queue: “target = $.target();\nau = $;\n$.isVerbose = true;\n”

2015-07-13 10:42:09:905 - info: [debug] Socket data received (2 bytes)
2015-07-13 10:42:09:906 - info: [debug] Socket data being routed.
2015-07-13 10:42:09:907 - info: [debug] Sending command to instruments: target = $.target();
au = $;
$.isVerbose = true;

2015-07-13 10:42:10:748 - info: [debug] [INST] 2015-07-13 10:42:10 +0000 Debug: evaluation finished

2015-07-13 10:42:10:749 - info: [debug] [INST] 2015-07-13 10:42:10 +0000 Debug: responding with:
2015-07-13 10:42:10:751 - info: [debug] [INST] 2015-07-13 10:42:10 +0000 Debug: Running system command #1: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:true}…

2015-07-13 10:42:10:860 - info: [debug] Socket data received (27 bytes)

2015-07-13 10:42:10:861 - info: [debug] Socket data being routed.
2015-07-13 10:42:10:861 - info: [debug] Got result from instruments: {“status”:0,“value”:true}
2015-07-13 10:42:10:862 - info: [debug] Setting initial orientation to PORTRAIT

2015-07-13 10:42:10:862 - info: [debug] Pushing command to appium work queue: “au.setScreenOrientation(‘PORTRAIT’)”
2015-07-13 10:42:10:863 - info: [debug] Sending command to instruments: au.setScreenOrientation(‘PORTRAIT’)

2015-07-13 10:42:11:696 - info: [debug] [INST] 2015-07-13 10:42:11 +0000 Debug: Got new command 1 from instruments: au.setScreenOrientation(‘PORTRAIT’)

2015-07-13 10:42:11:697 - info: [debug] [INST] 2015-07-13 10:42:11 +0000 Debug: evaluating au.setScreenOrientation(‘PORTRAIT’)

2015-07-13 10:42:11:699 - info: [debug] [INST] 2015-07-13 10:42:11 +0000 Debug: target.setDeviceOrientation(“1”)

2015-07-13 10:42:12:796 - info: [debug] [INST] 2015-07-13 10:42:12 +0000 Debug: evaluation finished

2015-07-13 10:42:12:797 - info: [debug] [INST] 2015-07-13 10:42:12 +0000 Debug: responding with:
2015-07-13 10:42:12:798 - info: [debug] [INST] 2015-07-13 10:42:12 +0000 Debug: Running system command #2: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:“PORTRAIT”}…

2015-07-13 10:42:12:922 - info: [debug] Socket data received (33 bytes)

2015-07-13 10:42:12:923 - info: [debug] Socket data being routed.
2015-07-13 10:42:12:923 - info: [debug] Got result from instruments: {“status”:0,“value”:“PORTRAIT”}
2015-07-13 10:42:12:924 - info: [debug] Waiting for app source to contain elements

2015-07-13 10:42:12:925 - info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
2015-07-13 10:42:12:925 - info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

2015-07-13 10:42:13:758 - info: [debug] [INST] 2015-07-13 10:42:13 +0000 Debug: Got new command 2 from instruments: au.mainApp().getTreeForXML()

2015-07-13 10:42:13:760 - info: [debug] [INST] 2015-07-13 10:42:13 +0000 Debug: evaluating au.mainApp().getTreeForXML()

2015-07-13 10:42:14:726 - info: [debug] [INST] 2015-07-13 10:42:14 +0000 Debug: evaluation finished

2015-07-13 10:42:14:728 - info: [debug] [INST] 2015-07-13 10:42:14 +0000 Debug: responding with::true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/0",“x”:189,“y”:35,“width”:198,“height”:71},">":[]}},{“UIAStaticText”:{"@":{“name”:“Menu”,“label”:“Menu”,“value”:“Menu”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/1",“x”:437,“y”:35,“width”:142,“height”:71},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/2",“x”:0,“y”:20,“width”:768,“height”:1004},">":[]}},{“UIATextField”:{"@":{“name”:“urlTextField”,“label”:"",“value”:“ags.v2.a.com”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/3",“x”:194,“y”:141,“width”:380,“height”:40},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“Email”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/4",“x”:194,“y”:193,“width”:380,“height”:40},">":[]}},{“UIASecureTextField”:{"@":{“name”:null,“label”:"",“value”:“Password”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/5",“x”:194,“y”:245,“width”:380,“height”:40},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“Kiosk Number”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/6",“x”:194,“y”:297,“width”:380,“height”:40},">":[]}},{“UIAButton”:{"@":{“name”:“Log In”,“label”:“Log In”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0/7",“x”:194,“y”:303,“width”:380,“height”:44},">":[]}},{“UIAToolbar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/8",“x”:0,“y”:1024,“width”:768,“height”:44},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/8/0",“x”:0,“y”:1023,“width”:768,“height”:1},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/0/8/1",“x”:0,“y”:1024,“width”:768,“height”:44},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAKeyboard”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0",“x”:0,“y”:760,“width”:768,“height”:264},">":[{“UIAKey”:{"@":{“name”:“q”,“label”:“q”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/0",“x”:0,“y”:766,“width”:69,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“w”,“label”:“w”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/1",“x”:69,“y”:766,“width”:70,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“e”,“label”:“e”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/2",“x”:139,“y”:766,“width”:69,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“r”,“label”:“r”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/3",“x”:208,“y”:766,“width”:70,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“t”,“label”:“t”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/4",“x”:278,“y”:766,“width”:69,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“y”,“label”:“y”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/5",“x”:347,“y”:766,“width”:70,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“u”,“label”:“u”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/6",“x”:417,“y”:766,“width”:69,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“i”,“label”:“i”,“value”:null,“dom”:null,“enabled
“:true,“valid”:true,“visible”:true,“hint”:null,“path”:”/0/1/0/7”,“x”:486,“y”:766,“width”:70,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“o”,“label”:“o”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/8",“x”:556,“y”:766,“width”:69,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“p”,“label”:“p”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/9",“x”:625,“y”:766,“width”:70,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“Delete”,“label”:“Delete”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/10",“x”:695,“y”:766,“width”:73,“height”:62},">":[]}},{“UIAKey”:{"@":{“name”:“a”,“label”:“a”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/11",“x”:29,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“s”,“label”:“s”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/12",“x”:98,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“d”,“label”:“d”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/13",“x”:167,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“f”,“label”:“f”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/14",“x”:236,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“g”,“label”:“g”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/15",“x”:305,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“h”,“label”:“h”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/16",“x”:374,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“j”,“label”:“j”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/17",“x”:443,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“k”,“label”:“k”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/18",“x”:512,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“l”,“label”:“l”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/19",“x”:581,“y”:832,“width”:69,“height”:60},">":[]}},{“UIAButton”:{"@":{“name”:“Next”,“label”:“next”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/20",“x”:650,“y”:832,“width”:118,“height”:60},">":[]}},{“UIAButton”:{"@":{“name”:“shift”,“label”:“shift”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Triple-tap to enter caps lock”,“path”:"/0/1/0/21",“x”:0,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“z”,“label”:“z”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/22",“x”:68,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“x”,“label”:“x”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/23",“x”:136,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“c”,“label”:“c”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/24",“x”:204,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“v”,“label”:“v”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/25",“x”:272,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“b”,“label”:“b”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/26",“x”:340,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“n”,“label”:“n”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/27",“x”:408,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“m”,“label”:“m”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/28",“x”:476,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:"@
“,“label”:”@",“value”:null,“dom”:null,“enabled”:true,“valid”:t
2015-07-13 10:42:14:730 - info: [debug] [INST] rue,“visible”:true,“hint”:null,“path”:"/0/1/0/29",“x”:544,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:".",“label”:".",“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/30",“x”:612,“y”:896,“width”:68,“height”:60},">":[]}},{“UIAButton”:{"@":{“name”:“shift”,“label”:“shift”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Triple-tap to enter caps lock”,“path”:"/0/1/0/31",“x”:680,“y”:896,“width”:88,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“more, numbers”,“label”:“more, numbers”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/32",“x”:0,“y”:960,“width”:68,“height”:60},">":[]}},{“UIAButton”:{"@":{“name”:“Next keyboard”,“label”:“Next keyboard”,“value”:“Deutsch”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Double-tap and hold, then drag up to select another keyboard”,“path”:"/0/1/0/33",“x”:68,“y”:960,“width”:68,“height”:60},">":[]}},{“UIAButton”:{"@":{“name”:“Dictate”,“label”:“Dictate”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:“Double tap to start dictation. Two finger double tap when finished”,“path”:"/0/1/0/34",“x”:136,“y”:960,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:“space”,“label”:“space”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/35",“x”:136,“y”:960,“width”:428,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:"",“label”:"",“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/36",“x”:564,“y”:960,“width”:68,“height”:60},">":[]}},{“UIAKey”:{"@":{“name”:"-",“label”:"-",“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/0/37",“x”:632,“y”:960,“width”:68,“height”:60},">":[]}},{“UIAButton”:{"@":{“name”:“Hide keyboard”,“label”:“Hide keyboard”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Double-tap and hold, then drag up to alter keyboard”,“path”:"/0/1/0/38",“x”:700,“y”:960,“width”:68,“height”:60},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2",“x”:0,“y”:0,“width”:768,“height”:1024},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0",“x”:0,“y”:0,“width”:768,“height”:20},">":[{“UIAElement”:{"@":{“name”:“iPad”,“label”:“iPad”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/2/0/0",“x”:6,“y”:0,“width”:26,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:“netlab5”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/2/0/1",“x”:37,“y”:0,“width”:13,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“6:42 AM”,“label”:“6:42 AM”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/2/0/2",“x”:361,“y”:0,“width”:47,“height”:20},">":[]}},{“UIAElement”:{"@":{“name”:“100% battery power, On AC Power”,“label”:“100% battery power, On AC Power”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/2/0/3",“x”:695,“y”:0,“width”:68,“height”:20},">":[]}}]}}]}}]}}}
2015-07-13 10:42:14:731 - info
[39m: [debug] [INST] 2015-07-13 10:42:14 +0000 Debug: Running system command #3: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“A Menu”,“label”:“A Menu”,“value”:null…

2015-07-13 10:42:14:857 - info: [debug] Socket data received (8192 bytes)
2015-07-13 10:42:14:857 - info: [debug] Socket data received (4177 bytes)
2015-07-13 10:42:14:858 - info: [debug] Socket data being routed.
2015-07-13 10:42:14:858 - info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“A Menu”,“label”:“A Menu”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:20,“width”:768,“height”:1004},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”
2015-07-13 10:42:14:861 - info: [debug] Device launched! Ready for commands
2015-07-13 10:42:14:861 - info: [debug] Setting command timeout to the default of 7200 secs

2015-07-13 10:42:14:863 - info: [debug] Appium session started with sessionId 74578f61-490f-4f81-ac6c-34b686ab5a7d
2015-07-13 10:42:14:868 - info: <-- POST /wd/hub/session 303 28075.873 ms - 74

2015-07-13 10:42:14:924 - info: --> GET /wd/hub/session/74578f61-490f-4f81-ac6c-34b686ab5a7d {}
2015-07-13 10:42:14:925 - info: [debug] Responding to client with success: {“status”:0,“value”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:"",“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“warnings”:{},“desired”:{“platformVersion”:“8.3”,“app”:"/Users/testing/Documents/builds/AMenu.ipa",“platformName”:“iOS”,“deviceName”:“iPad 2”,“browserName”:"",“appium-version”:“1.0”},“platformVersion”:“8.3”,“app”:"/Users/testing/Documents/builds/AMenu.ipa",“platformName”:“iOS”,“deviceName”:“iPad 2”,“appium-version”:“1.0”},“sessionId”:“74578f61-490f-4f81-ac6c-34b686ab5a7d”}
2015-07-13 10:42:14:926 - info: <-- GET /wd/hub/session/74578f61-490f-4f81-ac6c-34b686ab5a7d 200 2.053 ms - 602 {“status”:0,“value”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:"",“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“warnings”:{},“desired”:{“platformVersion”:“8.3”,“app”:"/Users/testing/Documents/builds/AMenu.ipa",“platformName”:“iOS”,“deviceName”:“iPad 2”,“browserName”:"",“appium-version”:“1.0”},“platformVersion”:“8.3”,“app”:"/Users/testing/Documents/builds/AMenu.ipa",“platformName”:“iOS”,“deviceName”:“iPad 2”,“appium-version”:“1.0”},“sessionId”:“74578f61-490f-4f81-ac6c-34b686ab5a7d”}

2015-07-13 10:42:15:025 - info: --> POST /wd/hub/session/74578f61-490f-4f81-ac6c-34b686ab5a7d/timeouts/implicit_wait {“ms”:60000}

2015-07-13 10:42:15:027 - info: [debug] Set iOS implicit wait to 60000ms

2015-07-13 10:42:15:046 - error: [REMOTE] Could not connect to WebKitRemoteDebugger server

2015-07-13 10:42:15:028 - info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“74578f61-490f-4f81-ac6c-34b686ab5a7d”}
2015-07-13 10:42:15:032 - info: <-- POST /wd/hub/session/74578f61-490f-4f81-ac6c-34b686ab5a7d/timeouts/implicit_wait 200 6.917 ms - 76 {“status”:0,“value”:null,“sessionId”:“74578f61-490f-4f81-ac6c-34b686ab5a7d”}
2015-07-13 10:42:15:037 - info: --> GET /wd/hub/session/74578f61-490f-4f81-ac6c-34b686ab5a7d/contexts {}
2015-07-13 10:42:15:039 - info: [debug] [REMOTE] Getting WebKitRemoteDebugger pageArray
2015-07-13 10:42:15:048 - info: [debug] Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command. (Original error: connect ECONNREFUSED)”,“code”:“ECONNREFUSED”,“errno”:“ECONNREFUSED”,“syscall”:“connect”,“origValue”:“connect ECONNREFUSED”},“sessionId”:“74578f61-490f-4f81-ac6c-34b686ab5a7d”}
2015-07-13 10:42:15:050 - info: <-- GET /wd/hub/session/74578f61-490f-4f81-ac6c-34b686ab5a7d/contexts 500 12.668 ms - 293