KMC doesn't load after kaltura installation on centos - centos

I installed kaltura CE5 on centos 6.4 64 bit version. I followed instructions from http://www.sparksupport.com/blog/how-to-install-kaltura-in-centos. The installation is successfull but I am not able to launch KMC. The KAC works fine. I tried logging in from KAC too. I have tried it on 32 bit too. Pls advise.
thanks!
ib

Kaltura CE5 is an outdated system.
You should install the new Kaltura CE9X
Use CentOS 6.5 64 bit (32 bit systems are not supported) and follow this tutorial (for stand alone system):
https://github.com/kaltura/platform-install-packages/blob/master/doc/install-kaltura-redhat-based.md

if the installation is ok with the command localhost.localdomain/start the starting page will open. (replace with the localhost and localdomain you have chosen like kaltura.yourdomain.com)
To open the kmc use the url localhost.localdomain/kmc on the web browser.

Related

Eclipse IDE on ubuntu

I installed BigBlueButton on ubuntu server 14.04, and it's working.
Now, i want to create a web app, using spring, where I have to integrate BigBlueButton.
Usually, I use eclipse on windows, but, now, i don't have an idea what should I do.
Do I have to use eclipse on ubuntu ?
Thank you.
You need not do your development on the same server as where you host the runtime. If you are comfortable doing development on a Windows machine, do that, and create a .war file to deploy to the Ubuntu server.
You don't have to, but it sounds like you might like to.
sudo apt-get install eclipse

tomahawk test tool installation

Can somebody shed some light on installing tomahawk pcap replay tool on centos ?
I did follow some instructions from the following site though it was on debian.
https://blog.packet-foo.com/2013/09/installing-tomahawk-ips-test-tool-on-debian-7/
Looked like tomhawk was installed . But i donot see all the required options from man page below :
http://tomahawk.sourceforge.net/MAN.html
I have not tested on Centos yet. This is the script I have used to install Tomahawk on Ubuntu Server 14.04 (32bits). You can download the script from here: Install Tomahawk test tool

Running j on Chrome OS

I'm trying to run jconsole on Chrome OS. In both the chroot of Ubuntu that I have installed, and the normal Chrome OS shell, I receive the following error on both the 32- and 64-bit versions:
-bash: ./jconsole: cannot execute binary file
I'm not the best with UNIX systems, so I'm wondering if anyone can help me figure out why I can't run this on either Chrome OS or the ubuntu chroot.
Not that I can claim credit for this answer, but Eric Iverson recently suggested on the J forums that the best way to do this was to install a J server on a Unix server and then use a browser to access the server using the JHS frontend (works in any modern browser). It does require extra equipment and I expect that you had hoped that there was a version of J that would work in the Chrome OS, but when one of the developers of the language says run a browser in the Chrome OS and point it at a unix server running the J engine, I'd try that if you have not already.
Reference in J general forum: http://jsoftware.com/pipermail/general/2014-June/036169.html
Short version
If you already installed successfully hopefully it's just a syntax error:
jconsole instead of ./jconsole
Long version
IMPORTANT: You have to be in the chroot to run any regular Linux programs. The Chrome OS shell (crosh) doesn't allow installing anything as far as I know.
I'm on Chrome OS, using a chroot via crouton and playing with j801, including jconsole.
Since I have a 1st-gen Samsung ARM Chromebook, I downloaded the armhf version. If you're using an Intel-based device, pick something else, maybe linux32
use dpkg -i j801_armhf.deb to install to ~/j801
(optional but recommended) make a symlink /usr/bin/jc -> /path/to/j801/bin/jconsole to easily start jconsole from any directory.
See the installation instructions for more detail.

Issue with Netbeans

I have installed netbeans in my PC (windows 7), wrote a javaFX application program and generated executable jar file
I finally need the executable jar file to be working on Raspberry pi linux and I want to use only openjdk since oracle java for Rpi doesn't support AWT and Swing and my application majorly includes that.
When i tried to execute the jar file using openjdk, i am getting an error - you need to install newer version of JRE to execute this file. I have also tried to execute the same file in ubuntu to verify if there is something wrong and its showing the same error
But, the jar file was executed properly through oracle java in ubuntu. I also tried using Oracle java on RPi, but it opened but didn't work properly.(expected, because it doesn't support AWT and Swing)
So, I think i have an issue opening the file using openjdk. Can somebody help me with this
Thanks in Advance
I am in the process of buying my Raspberry Pi but have already started looking at the development environment I will need. You may find what you are looking for in these very clear resources I found:
http://adf4beginners.blogspot.co.uk/2013/04/how-to-get-java-embedded-suite-running.html
http://docs.oracle.com/javame/config/cldc/rel/8/rpi/html/getstart_rpi/toc.htm
As Ryanteck mentioned, you will probably have to be running Raspbian (item number 1, the tutorial, uses that OS).
Good luck
The Raspberry Pi's recommended OS does not support Java at all. The main thing to try is to test it using the Debian Soft float image which should support Java on the Raspberry Pi fine. But it is still in development so may not work.

Ruby 1.9.2 + Rails 3.0.3 + postgresql + windows vista

I would like to install Ruby1.9.2/Rails3.0.3 on my Windows Vista machine with PostgreSQL 9.0 as my database.
I have seen many different instructions on the web as to what works and what does not work.
Can anybody tell me which gem(s) I must install to get Ruby1.9.2/Rails 3.0.3 to drive PostgreSQL 9.0 on Windows Vista?
I appreciate any help you can give me.
I made a how-to for exactly this topic on:
http://netpie.wordpress.com/2011/03/17/setting-up-rails-3-with-postgresql-on-windows/
Please let me know if it worked for you and tell me where you had problems so that I can improve this how-to.
Best regards
Here you can get the Ruby 1.9.2 installer
http://rubyforge.org/frs/?group_id=167
Just click on it and it does all the work, after that go for Rails
Rails is easy, just download and follow the site instructions
http://rubyonrails.org/
About PostGre, you are on your own because I never used it...
But if you follow the instructions on the Rails web site you should be fine, they point the right ways to connect to several DBs