MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 258 forks source link

Vorlon won't start on CentOS 7 #417

Open simeon-mobilewaves opened 7 years ago

simeon-mobilewaves commented 7 years ago

Hi, I came across a strange problem. I've installed clean installation of CentOS 7 with last version of Nodejs and npm. I've installed a Vorlon globally withnpm i -g vorlon. I've configured address in Server/config.json and try to run Vorlon but without access. [root@testserver ~]# vorlon 2017-7-28 14:7:45 - info: Vorlon.js PROXY listening at 192.168.17.46:5050 2017-7-28 14:7:45 - info: Vorlon.js SERVER listening at 192.168.17.46:1337

I cant't open Vorlon in browser and can't start or stop the Vorlon service with "service vorlon start/stop". [root@testserver ~]# service vorlon start Redirecting to /bin/systemctl start vorlon.service Failed to start vorlon.service: Unit not found. [root@testserver ~]# service vorlon stop Redirecting to /bin/systemctl stop vorlon.service Failed to stop vorlon.service: Unit vorlon.service not loaded.

I've reinstalled the operating system, but again I can not start Varlon.