question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server terminated early with status 1

See original GitHub issue

When I update to v4.0… (in Docker/CI)

$ if [[ "$MODE" == "e2e" ]]; then yarn run e2e; fi
yarn run v0.21.3
$ gulp e2e 
[12:09:40] Requiring external module babel-register
[12:09:46] Using gulpfile ~/build/Shyam-Chen/Frontend-Starter-Kit/gulpfile.babel.js
[12:09:46] Starting 'e2e'...
(node:2863) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
[12:09:48] I/launcher - Running 1 instances of WebDriver
[12:09:48] I/local - Starting selenium standalone server...
[12:09:49] E/launcher - Error: Error: Server terminated early with status 1
    at earlyTermination.catch.e (/home/travis/build/Shyam-Chen/Frontend-Starter-Kit/node_modules/protractor/node_modules/selenium-webdriver/remote/index.js:252:52)
    at process._tickCallback (internal/process/next_tick.js:109:7)
[12:09:49] E/launcher - Process exited with error code 100
/home/travis/build/Shyam-Chen/Frontend-Starter-Kit/tools/tasks/e2e.js:22
      throw error;
      ^
Error: protractor exited with code 100
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The command "if [[ "$MODE" == "e2e" ]]; then yarn run e2e; fi" exited with 1.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
rahulmrcommented, Mar 20, 2017

Finally was able to fix your repository. See here Will close this issue once I merge the code

0reactions
rahulmrcommented, Mar 24, 2017

Merged code with version upgrade

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error "Server terminated early with status 1" after try ...
I solved my problem uninstalling chromedriver package using npm uninstall -g chromedriver and installed again using npm install -g ...
Read more >
E/launcher - Server terminated early with status 1 #4378
First check it with the example project in a non work environment, like home, or a different computer. It should work there. Then...
Read more >
Error: Server terminated early with status 1-node.js
So, I ran this command # To disable Screen Sharing sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.screensharing.plist # To enable Screen ...
Read more >
"Unhandled Promise Rejection: Error: Server terminated ...
Bug Report. When executing multiple node-based tests using Chrome headless in selenium/standalone-chrome:4 docker container after another ...
Read more >
Error running selenium test on ubuntu
1) Register a new account [1] "before all" hook: ret: Error: Server terminated early with status 1 at earlyTermination.catch.e ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found