Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: kangkc on September 01, 2005, 05:53:39 AM

Title: IM Server (Jive Messenger) on SME 6.0.x
Post by: kangkc on September 01, 2005, 05:53:39 AM
Just want to share with everyone that the installation for the Jive Messenger (http://www.jivesoftware.org) is a breeze on SME Server 6.0.x.
Jive Messenger is Java instant messaging (IM) and group chat server that implements the XMPP (Jabber) protocol.

Just download the RPM, following the installation instruction on the Jive website. Only problem I'm facing now is my MySQL option. Couldn't get the JDBC with MySQL working. Least of my concern as Jive bundle with HSQLDB and it works just fine.

Next thing on the list is to get it working with the Astreisk-IM plugin and we will have a SME Communication Server  :-D
Title: Jive's Great but Java?
Post by: steever on September 01, 2005, 03:47:01 PM
I have played with the win version of Jive Messenger and it's great, so I was interested in trying an installation out on the SME server.  The install went ok but I couldn't start the service because of java problems.  Did you install java first?  If so, how?
Title: IM Server (Jive Messenger) on SME 6.0.x
Post by: kangkc on September 01, 2005, 03:59:05 PM
Download the rpm from jive web site, the rpm bundle the required Java JRE. You shouldn't need to install anything else. At least it works for me.
Title: JAVA_HOME
Post by: steever on September 02, 2005, 02:10:41 PM
When running messenger.sh I get the error "JAVA_HOME is not defined correctly.  We cannot execute JAVA"

Any ideas?
Title: IM Server (Jive Messenger) on SME 6.0.x
Post by: kangkc on September 06, 2005, 07:01:02 AM
Don't seems to have any problem on my end.

Did you issue the start up for the messenger as:
./messenger start

as described in Jive web site?