-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kaltura-playkit-bundler service setup failed causing kalutra all-in-one install to fail #690
Comments
Noticed a corrupted config value for SERVICE_URL key $ cat /etc/kaltura.d/system.ini But after fixing this the error continues with different message: apt install kaltura-playkit-bundler
Job for kaltura-playkit-bundler.service failed because the control process exited with error code. Dec 11 22:02:07 kaltura systemd[1]: Starting LSB: Start/stop Kaltura Bundle-builder-api.... dpkg: error processing package kaltura-front (--configure): I manually install npm install forever -g, but even after that the above error continues. Please help !! |
I tried the same npm install forever -g https://forum.kaltura.org/t/installation-fails-bundle-builder-api/10771 I swear the first time I tried this was on centos but it looks like I accidentally tried ubuntu twice. |
Hi @AndyGauge , Are we good now or are you still having issues? Thanks, |
Hi @jessp01 , this prevents kaltura-front from being processed thanks |
i did solve this step by
but it feels dirty. and is just a workaround |
Hi @b0rt, what did you do later to install the playkit? |
@danbar0kal I think i just went with
or
even a
should trigger the reconfiguration |
Ubuntu: 20.04 LTS Server - Fresh installation.
$ sudo -i
$ iptables -F
$ wget -O - http://installrepo.kaltura.org/repo/aptn/focal/kaltura-deb-256.gpg.key|apt-key add -
$ echo "deb [arch=amd64] http://installrepo.kaltura.org/repo/aptn/focal propus main" > /etc/apt/sources.list.d/kaltura.list
$ wget http://installrepo.origin.kaltura.org/repo/aptn/focal/install_kaltura_all_in_1.sh
$ chmod +x install_kaltura_all_in_1.sh
$ ./install_kaltura_all_in_1.sh
Job for kaltura-playkit-bundler.service failed because the control process exited with error code.
See "systemctl status kaltura-playkit-bundler.service" and "journalctl -xe" for details.
invoke-rc.d: initscript kaltura-playkit-bundler, action "restart" failed.
● kaltura-playkit-bundler.service - LSB: Start/stop Kaltura Bundle-builder-api.
Loaded: loaded (/etc/init.d/kaltura-playkit-bundler; generated)
Active: failed (Result: exit-code) since Fri 2020-12-11 21:45:12 UTC; 8ms ago
Docs: man:systemd-sysv-generator(8)
Process: 25411 ExecStart=/etc/init.d/kaltura-playkit-bundler start (code=exited, status=2)
Dec 11 21:45:12 kaltura systemd[1]: Starting LSB: Start/stop Kaltura Bundle-builder-api....
Dec 11 21:45:12 kaltura kaltura-playkit-bundler[25412]: /etc/kaltura.d/system.ini: line 28: URL: command not found
Dec 11 21:45:12 kaltura kaltura-playkit-bundler[25411]: Need to install the forever npm module. Exiting.
Dec 11 21:45:12 kaltura systemd[1]: kaltura-playkit-bundler.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Dec 11 21:45:12 kaltura systemd[1]: kaltura-playkit-bundler.service: Failed with result 'exit-code'.
Dec 11 21:45:12 kaltura systemd[1]: Failed to start LSB: Start/stop Kaltura Bundle-builder-api..
dpkg: error processing package kaltura-playkit-bundler (--configure):
installed kaltura-playkit-bundler package post-installation script subprocess returned error exit status 1
The text was updated successfully, but these errors were encountered: