Here the debug-Infos from the appium-server:
debug: Appium request initiated at /wd/hub/session/1849fbc5-9b0e-476a-9864-64885a831bfe/context
debug: Request received with params: {"name":"WEBVIEW"}
debug: Getting a list of available webviews
debug: executing: "/opt/adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb" -s 09142cfb shell "cat /proc/net/unix"
debug: WEBVIEW_9140 mapped to pid 9140
debug: Getting process name for webview
debug: executing: "/opt/adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb" -s 09142cfb shell "ps"
debug: Parsed pid: 9140 pkg: de.ergovia.stepfolio
debug: from: u0_a130,9140,179,1068948,123428,ffffffff,00000000,R,de.ergovia.stepfolio
debug: returning process name: de.ergovia.stepfolio
debug: Available contexts:
debug: ["WEBVIEW_de.ergovia.stepfolio"]
debug: Available contexts: NATIVE_APP,WEBVIEW_de.ergovia.stepfolio
debug: Connecting to chrome-backed webview
debug: Creating Chrome session
debug: Ensuring Chromedriver exists
debug: Killing any old chromedrivers, running: ps -e | grep /home/ERGOVIA/eckhardtc/.linuxbrew/lib/node_modules/appium/build/chromedriver/linux/chromedriver | grep -v grep |grep -e '--port=9515$' | awk '{ print $1 }' | xargs kill -15
debug: No old chromedrivers seemed to exist
debug: Spawning chromedriver with: /home/ERGOVIA/eckhardtc/.linuxbrew/lib/node_modules/appium/build/chromedriver/linux/chromedriver
debug: [CHROMEDRIVER] Starting ChromeDriver (v2.9.248304) on port 9515
debug: Making http request with opts: {"url":"
http://127.0.0.1:9515/wd/hub/session","method":"POST","json":{"sessionId":null,"desiredCapabilities":{"chromeOptions":{"androidPackage":"de.ergovia.stepfolio","androidUseRunningApp":true,"androidDeviceSerial":"09142cfb"}}}}
debug: [CHROMEDRIVER STDERR] [0,826][WARNING]: PAC support disabled because there is no system implementation
error: Chromedriver create session did not work. Status was 200 and body was {"sessionId":"8353f7115cda6be2d7356089aca0859e","status":13,"value":{"message":"unknown error: Chrome version must be >= 31.0.1650.59\n (Driver info: chromedriver=2.9.248304,platform=Linux 3.11.10-17-desktop x86_64)"}}
debug: Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: Did not get session redirect from Chromedriver)","origValue":"Did not get session redirect from Chromedriver"},"sessionId":"1849fbc5-9b0e-476a-9864-64885a831bfe"}