Hello,
I am unable to restart openvidu from the inspector. The installation is on Digitalocean and the error I am getting is given below.
ERROR restarting OpenVidu Pro
Error restarting OpenVidu Server Pro: Cluster environment “on_premise” requires file
“/opt/openvidu/cluster/openvidu_launch_kms.sh” to exist, but cannot be found
The installation was successful even though I have noticed the below errors in the terminal.
1. I Ignored
failed: [media-node-1] (item=libglib2.0-0-dbgsym) => {“ansible_loop_var”: “item”,
“cache_update_time”: 1584509351, “cache_updated”: true, “changed”: false, “item”: “libglib2.0-0-dbgsym”, “msg”: “‘/usr/bin/apt-get -y -o "Dpkg::Options::=–force-confdef" -o "Dpkg::Options::=–force-confold" install ‘libglib2.0-0-dbgsym’’ failed: E: Unable to correct problems, you have held broken packages.\n”, “rc”: 100, “stderr”: “E: Unable to correct problems, you have held broken packages.\n”, “stderr_lines”: [“E: Unable to correct problems, you have held broken packages.”], “stdout”: “Reading package lists…\nBuilding dependency tree…\nReading state information…\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n libglib2.0-0-dbgsym : Depends: libglib2.0-0-dbg (= 2.48.2-0ubuntu4.5) but 2.48.2-0ubuntu4.4 is to be installed\n”, “stdout_lines”: [“Reading package lists…”, “Building dependency tree…”, “Reading state information…”, “Some packages could not be installed. This may mean that you have”, “requested an impossible situation or if you are using the unstable”, “distribution that some required packages have not yet been created”, “or been moved out of Incoming.”, “The following information may help to resolve the situation:”, “”, “The following packages have unmet dependencies:”, " libglib2.0-0-dbgsym : Depends: libglib2.0-0-dbg (= 2.48.2-0ubuntu4.5) but 2.48.2-0ubuntu4.4 is to be installed"]}
2. I Ignored
failed: [media-node-1] (item=libsrtp0-dbgsym) => {“ansible_loop_var”: “item”, “cache_update_time”:
1584509385, “cache_updated”: true, “changed”: false, “item”: “libsrtp0-dbgsym”, “msg”: “‘/usr/bin/apt-get -y -o "Dpkg::Options::=–force-confdef" -o "Dpkg::Options::=–force-confold" install ‘libsrtp0-dbgsym’’ failed: E: Unable to correct problems, you have held broken packages.\n”, “rc”: 100, “stderr”: “E: Unable to correct problems, you have held broken packages.\n”, “stderr_lines”: [“E: Unable to correct problems, you have held broken packages.”], “stdout”: “Reading package lists…\nBuilding dependency tree…\nReading state information…\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n libsrtp0-dbgsym : Depends: libsrtp0 (= 1.4.5~20130609~dfsg-1.1ubuntu1) but 1.6.0-0kurento1.16.04 is to be installed\n”, “stdout_lines”: [“Reading package lists…”, “Building dependency tree…”, “Reading state information…”, “Some packages could not be installed. This may mean that you have”, “requested an impossible situation or if you are using the unstable”, “distribution that some required packages have not yet been created”, “or been moved out of Incoming.”, “The following information may help to resolve the situation:”, “”, “The following packages have unmet dependencies:”, " libsrtp0-dbgsym : Depends: libsrtp0 (= 1.4.5~20130609~dfsg-1.1ubuntu1) but 1.6.0-0kurento1.16.04 is to be installed"]}
failed: [media-node-1] (item=libusrsctp-dbgsym) => {“ansible_loop_var”: “item”, “changed”: false, “item”: “libusrsctp-dbgsym”, “msg”: “No package matching ‘libusrsctp-dbgsym’ is available”}
3. Installed Manually
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ImportError: No module named passlib.apache
fatal: [openvidu-server]: FAILED! => {“changed”: false, “msg”: “Failed to import the required Python library (passlib) on palmnote-openvidu-pro’s Python /usr/bin/python. Please read module documentation and install in the appropriate location”}
Not sure these are related, but just letting you know what I have seen.
Please let me know why I am getting the error while restarting the service.
Best,