Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium Server not starting #19

Closed
rahulmr opened this issue Aug 1, 2016 · 4 comments
Closed

Selenium Server not starting #19

rahulmr opened this issue Aug 1, 2016 · 4 comments
Labels

Comments

@rahulmr
Copy link

rahulmr commented Aug 1, 2016

Hello,

I am facing a problem in which the tests are not running on my machine which is Windows 7 64bit.
Previously everything was running fine and suddenly nothing is working.
Can anybody help or guide me to resolve this issue or help with check points?
I am getting below traces in the Git Bash.


rahul.raut1@mypc MINGW64 /d/gulp-angular-protractor/examples/example-01 (master)
$ gulp e2e
(node:6140) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[17:09:09] Using gulpfile D:\gulp-angular-protractor\examples\example-01\Gulpfile.js
[17:09:09] Starting 'webdriver_update'...
[17:09:10] I/update - selenium standalone: file exists D:\gulp-angular-protractor\examples\example-01\node_modules\protractor\node_modules\webdriver-manager\selenium\selenium-server-standalone-2.53.1.jar
[17:09:10] I/update - selenium standalone: v2.53.1 up to date
[17:09:10] I/update - chromedriver: file exists D:\gulp-angular-protractor\examples\example-01\node_modules\protractor\node_modules\webdriver-manager\selenium\chromedriver_2.22win32.zip
[17:09:10] I/update - chromedriver: unzipping chromedriver_2.22win32.zip
[17:09:11] I/update - chromedriver: v2.22 up to date
[17:09:11] Finished 'webdriver_update' after 2.21 s
[17:09:11] Starting 'e2e'...
[17:09:11] gulp-angular-protractor - The plugin is retrieved and will start soon
[17:09:11] gulp-angular-protractor - We will try to start and stop automatically the WebDriver server
[17:09:11] gulp-angular-protractor - The selenium address is: http://localhost:4444/wd/hub
[17:09:11] gulp-angular-protractor - The selenium address used is: http://localhost:4444/wd/hub
[17:09:11] gulp-angular-protractor - The selenium shutdown address used is: http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
[17:09:11] gulp-angular-protractor - We have the config file to the following path: D:\gulp-angular-protractor\examples\example-01\protractor.conf.js
[17:09:11] gulp-angular-protractor - Webdriver standalone will be updated
selenium standalone is up to date.
chromedriver is up to date.
[17:09:12] gulp-angular-protractor - Webdriver standalone is updated
[17:09:12] gulp-angular-protractor - Webdriver standalone server will be started
[17:09:12] '.' is not recognized as an internal or external command,
operable program or batch file.

[17:09:12] gulp-angular-protractor - Webdriver standalone server will be closed
[17:09:12] gulp-angular-protractor - We will run the Protractor engine
'.' is not recognized as an internal or external command,
operable program or batch file.
[17:09:13] gulp-angular-protractor - An error occured to stop the Webdriver standalone server
{ [Error: protractor exited with code 1]
  message: 'protractor exited with code 1',
  showStack: false,
  showProperties: true,
  plugin: 'gulp-angular-protractor',
  __safety: { toString: [Function: bound ] } }

rahul.raut1@mypc MINGW64 /d/gulp-angular-protractor/examples/example-01 (master)
$
@rochejul
Copy link
Owner

rochejul commented Aug 1, 2016

Hi

What is your current version of gulp-angular-protractor ?

Many thanks

Julien

@rahulmr
Copy link
Author

rahulmr commented Aug 1, 2016

Latest 0.1.2.

Update: When I switched to older version 0.0.6 then it started working.

@rochejul rochejul added the bug label Aug 1, 2016
@rochejul
Copy link
Owner

rochejul commented Aug 1, 2016

It seems to be a regression due to the pull-request #13

I hope this version works fine now for you

Cheers

@rahulmr
Copy link
Author

rahulmr commented Aug 1, 2016

Great Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants