Skip to content

Instantly share code, notes, and snippets.

@luke-hill
Created February 14, 2017 16:57
Show Gist options
  • Save luke-hill/cecb1e520ea7bce50b8ed30da2b655ba to your computer and use it in GitHub Desktop.
Save luke-hill/cecb1e520ea7bce50b8ed30da2b655ba to your computer and use it in GitHub Desktop.
ChildProcess::Error: Access is denied. (5)
./features/support/hooks.rb:29:in `After'
1 scenario (1 failed)
###THEN I GET THIS STACKTRACE###
C:/Ruby22/lib/ruby/gems/2.2.0/gems/childprocess-0.6.1/lib/childprocess/abstract_process.rb:183:in `assert_started': process not started (ChildProcess::Error)
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/childprocess-0.6.1/lib/childprocess/windows/process.rb:39:in `exited?'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:124:in `process_exited?'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:110:in `stop_process'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:83:in `ensure in stop'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:83:in `stop'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:69:in `block in start'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/platform.rb:138:in `block in exit_hook'
C:/Ruby22/lib/ruby/gems/2.2.0/gems/childprocess-0.6.1/lib/childprocess/abstract_process.rb:183:in `assert_started': process not started (ChildProcess::Error)
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/childprocess-0.6.1/lib/childprocess/windows/process.rb:39:in `exited?'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:124:in `process_exited?'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:110:in `stop_process'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:83:in `ensure in stop'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:83:in `stop'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/service.rb:69:in `block in start'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-3.0.7/lib/selenium/webdriver/common/platform.rb:138:in `block in exit_hook'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment