[Satellite 5] Starting the Satellite services returns a Tomcat JVM_LIBDIR error
Issue
- Based on below ps -ef output, server is running fine as I checked, but some error on the JAVA_OPTS when the JVM started up.
- How we can clear this error?
- Is this error breaking up some components?
-
Is it safe if I remove this from JAVA_OPTS line?
tomcat 21184 1 99 12:34 ? 00:09:05 /usr/lib/jvm/java-1.7.0-oracle.x86_64/bin/../bin/java -ea -Xms2048m -Xmx8042m -Djava.awt.headless=true -Dorg.xml.sax.driver=com.redhat.rhn.frontend.xmlrpc.util.RhnSAXParser -Dorg.apache.tomcat.util.http.Parameters.MAX_COUNT=4096 -XX:MaxNewSize=256 -XX:-UseConcMarkSweepGC -Dnet.sf.ehcache.skipUpdateCheck=true -Dcom.ibm.tools.attach.enable=no -Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory -Djava.library.path=${system_property:java.library.path}:/usr/lib:/usr/lib/oracle/10.2.0.4/client64/lib -classpath :/usr/share/tomcat6/bin/bootstrap.jar:/usr/share/tomcat6/bin/tomcat-juli.jar:/usr/bin/build-classpath: error: JVM_LIBDIR /usr/lib/jvm-exports/java-1.7.0-oracle.x86_64 does not exist or is not a directory -Dcatalina.base=/usr/share/tomcat6 -Dcatalina.home=/usr/share/tomcat6 -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat6/temp -Djava.util.logging.config.file=/usr/share/tomcat6/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start
Environment
- Red Hat Satellite 5.7
- Red Hat Enterprise Linux (RHEL) 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
