Page 1 of 1

Some Questions

Posted: Mon Aug 13, 2007 10:25 pm
by tommygunner
Ok, I tied installing OpenEMM with no success yet. I'm running RHEL 4 and Scalix for email server. I followed instructions with the exception of using JDK 6 instead of 5.

When I execute JDK to do the install I get the license agreement and I click yes on all the stuff then it extracts a bunch of RPMs to my /tmp folder. I have no directory such as jdk1.5.0_x java as shown in the instructions.

I then lookup the JDK RPM and see that most of the files are installed in /usr/java/jdk1.6.0_02 so I point the path there in the .bash_profile file in OpenEMM instead of the /opt one.

I run the java -version thing but I'm seeing a different version:

[root@ns1 bin]# java -version
java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

The database wasn't created so I setup the MySQL database by using the sample sql file in the docs file.

I start OpenEMM anyways and the Resin apache server keeps saying started (I already have my own Apache running).

I try doing one of my domains:8080 or 8081 but nothing happens. I already have the ports open in IPtables.

As you can see this installation has some problems for me so far.

Posted: Tue Aug 14, 2007 11:08 am
by maschoff
You have to get rid of the clone version of Java (from FSF) first with

yum remove java*

before you install the "real" Java from SUN.