LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   fedora-ds and apache install issues (https://www.linuxquestions.org/questions/linux-server-73/fedora-ds-and-apache-install-issues-595535/)

Hosferatu 10-29-2007 01:09 PM

fedora-ds and apache install issues
 
I am trying to get fedora directory server running on red hat enterprise 5. I installed the fedora-ds rpm just fine, then followed the install guide with no problems.

When i try to run startconsole i get the error:
Quote:

GC Warning: Out of Memory! Returning NIL!
GC Warning: Out of Memory! Returning NIL!
Exception in thread "main" GC Warning: Out of Memory! Returning NIL!
GC Warning: Out of Memory! Returning NIL!
GC Warning: Out of Memory! Returning NIL!
*** Catastrophic failure while handling uncaught exception.
My java is up to date so i am not sure what the problem is.

I also tried the web interface via my browser and it didn't load properly. The fedora-ds faq says apache needs to be in worker mode, so after downloading the apache source, configuring and installing it, i tried to connect again.

Still didn't work. It was still using the old apache. when i tried to uninstall the package with rpm -e httpd it won't let me because it is a dependency for fedora-ds.

How can i make it understand that the new apache should be used so i can uninstall the other one?

And any ideas how i can fix the java problems?

And the last one, Why when i run startconsole without being in the fedora-ds directory does it give me the error:
Quote:

Exception in thread "main" java.lang.NoClassDefFoundError: com.netscape.management.client.console.Console
at gnu.java.lang.MainThread.run(libgcj.so.7rh)
Caused by: java.lang.ClassNotFoundException: com.netscape.management.client.console.Console not found in gnu.gcj.runtime.SystemClassLoader{urls=[], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at gnu.java.lang.MainThread.run(libgcj.so.7rh)

Hosferatu 10-29-2007 03:20 PM

Still having issues with the apache install, but i did get the console to start.

I removed ALL java packages in the system then reinstalled the newest one from sun again. Works like a charm now. The problem was it was trying to use gij java 1.4.2 and not the newer one i installed.

Quote:

yum remove java
yum remove jre
then open the sun rpm with software installer and install it.


All times are GMT -5. The time now is 10:48 PM.