Server terminated early with status 1
See original GitHub issueWhen 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:
- Created 7 years ago
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally was able to fix your repository. See here Will close this issue once I merge the code
Merged code with version upgrade