Topic on Extension talk:VisualEditor

Parsoid worker failing on startup

1
WanderingUser (talkcontribs)

Hi, I am unsure if I am posting this in the correct space but I am having issues with Parsoid starting up. Basically whenever I try to start Parsoid I cannot get any workers to start.

Here is the output from when I start up:

\node_modules\parsoid>node bin\server.js

{"name":"parsoid","hostname":"SonicWiki","pid":6760,"level":30,"levelPath":"info/service-runner","msg":"master(6760) initializing 8 workers","time":"2019-07-19T14:43:38.612Z","v":0}

{"name":"lib/index.js","hostname":"SonicWiki","pid":2388,"level":30,"levelPath":"info","msg":"loading ...","time":"2019-07-19T14:43:39.796Z","v":0}

here

{"name":"parsoid","hostname":"SonicWiki","pid":2388,"level":60,"errno":"EACCES","code":"EACCES","syscall":"bind","address":"127.0.0.1","port":8000,"levelPath":"fatal/service-runner/unhandled","msg":"bind EACCES 127.0.0.1:8000","time":"2019-07-19T14:43:39.814Z","v":0}

{"name":"parsoid","hostname":"SonicWiki","pid":2388,"level":60,"errno":"EACCES","code":"EACCES","syscall":"bind","address":"127.0.0.1","port":8000,"levelPath":"fatal/service-runner/unhandled","msg":"bind EACCES 127.0.0.1:8000","time":"2019-07-19T14:43:39.815Z","v":0}

{"name":"parsoid","hostname":"SonicWiki","pid":6760,"level":40,"message":"first worker died during startup, continue startup","worker_pid":2388,"exit_code":1,"startup_attempt":1,"levelPath":"warn/service-runner/master","msg":"first worker died during startup, continue startup","time":"2019-07-19T14:43:39.933Z","v":0}

{"name":"parsoid","hostname":"SonicWiki","pid":6760,"level":30,"levelPath":"info/service-runner/master","msg":"master shutting down, killing workers","time":"2019-07-19T14:43:45.839Z","v":0}

{"name":"parsoid","hostname":"SonicWiki","pid":6760,"level":30,"levelPath":"info/service-runner/master","msg":"Exiting master","time":"2019-07-19T14:43:45.844Z","v":0}

Here in the information about the environment that I am using:

- Windows 10 environment.

- node version 10.16.0

- parsoid version 0.10.0


If there is any other information that could be helpful please let me know. Thank you very much for whatever help you can give

Reply to "Parsoid worker failing on startup"