Gauge can run well in my local machine ,but When I run it in one agent of the Go CD,the error console is:
Failed Step: Load welcome page
Specification: specs/welcome.spec:4
Error Message: org.openqa.selenium.NoSuchSessionException: no such session
(Driver info: chromedriver=2.25.426924 (649f9b868f6783ec9de71c123212b908bf3b232e),platform=Linux 2.6.32-642.11.1.el6.x86_64 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 64 milliseconds
Build info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:49:13 -0700'
System info: host: 'S323029.domain', ip: '127.0.0.1',
os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.32-642.11.1.el6.x86_64', java.version: '1.8.0_111'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{message=unknown error: Chrome failed to start: crashed
(Driver info: chromedriver=2.25.426924 (649f9b868f6783ec9de71c123212b908bf3b232e),platform=Linux 2.6.32-642.11.1.el6.x86_64 x86_64), platform=ANY}]
Session ID: 7a44e3810f4df978dd2e14a02cb1f084
Stacktrace:
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:216)
org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:168)
org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:635)
org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:322)
org.thiki.kanban.web.test.welcome.WelcomeSpec.loadWelcomePage(WelcomeSpec.java:22)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
com.thoughtworks.gauge.execution.MethodExecutor.execute(MethodExecutor.java:32)
com.thoughtworks.gauge.execution.StepExecutionStage.executeStepMethod(StepExecutionStage.java:114)
com.thoughtworks.gauge.execution.StepExecutionStage.executeStep(StepExecutionStage.java:81)
com.thoughtworks.gauge.execution.StepExecutionStage.execute(StepExecutionStage.java:62)
com.thoughtworks.gauge.execution.AbstractExecutionStage.executeNext(AbstractExecutionStage.java:24)
com.thoughtworks.gauge.execution.HookExecutionStage.execute(HookExecutionStage.java:42)
com.thoughtworks.gauge.execution.ExecutionPipeline.start(ExecutionPipeline.java:31)
com.thoughtworks.gauge.processor.ExecuteStepProcessor.process(ExecuteStepProcessor.java:34)
com.thoughtworks.gauge.connection.MessageDispatcher.dispatchMessages(MessageDispatcher.java:72)
com.thoughtworks.gauge.GaugeRuntime.main(GaugeRuntime.java:37)