ubuntu - Why not start selenium standalon server as the user jenkins? -


there 2 user jehord , jenkins running tests command console produced nightwatch if start made user jehord well, if switch , run tests user jenkins error

> error retrieving new session selenium server { sessionid: > null,   status: 13,   state: 'unhandled error',   value:     { > supporturl: null, >      screen: null, >      additionalinformation: '\ndriver info: org.openqa.selenium.chrome.chromedriver', >      hcode: 1457029, >      buildinformation:  >       { releaselabel: '2.45.0', >         buildtime: '2015-02-26 23:59:50', >         class: 'org.openqa.selenium.internal.buildinfo', >         buildrevision: '5017cb8', >         hcode: 13974215 }, >      systeminformation: 'system info: host: \'jehord-virtualbox\', ip: \'127.0.1.1\', os.name: \'linux\', os.arch: \'i386\', os.version: > \'3.13.0-32-generic\', java.version: \'1.7.0_79\'', >      class: 'org.openqa.selenium.webdriverexception', >      cause: null, >      localizedmessage: 'unknown error: chrome failed start: exited abnormally\n  (driver info: chromedriver=2.9.248316,platform=linux > 3.13.0-32-generic x86) (warning: server did not provide stacktrace information)\ncommand duration or timeout: 60.62 > seconds\nbuild info: version: \'2.45.0\', revision: \'5017cb8\', time: > \'2015-02-26 23:59:50\'\nsystem info: host: \'jehord-virtualbox\', ip: > \'127.0.1.1\', os.name: \'linux\', os.arch: \'i386\', os.version: > \'3.13.0-32-generic\', java.version: \'1.7.0_79\'\ndriver info: > org.openqa.selenium.chrome.chromedriver', >      message: 'unknown error: chrome failed start: exited abnormally\n  (driver info: chromedriver=2.9.248316,platform=linux > 3.13.0-32-generic x86) (warning: server did not provide stacktrace information)\ncommand duration or timeout: 60.62 > seconds\nbuild info: version: \'2.45.0\', revision: \'5017cb8\', time: > \'2015-02-26 23:59:50\'\nsystem info: host: \'jehord-virtualbox\', ip: > \'127.0.1.1\', os.name: \'linux\', os.arch: \'i386\', os.version: > \'3.13.0-32-generic\', java.version: \'1.7.0_79\'\ndriver info: > org.openqa.selenium.chrome.chromedriver', >      suppressed: [ [length]: 0 ] },   class: 'org.openqa.selenium.remote.response',   hcode: 24277937 } >  > connection refused! selenium server started? 

what problem?


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -