Bugzilla – Bug 606247
/etc/profile.d/alljava.sh contains typo causing incorrect JRE_HOME
Last modified: 2010-05-17 07:40:56 UTC
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.2 Firefox/3.6.3 In line 21 of /etc/profile.d/alljava.sh the following is defined: export JRE_HOME=/usr/$_libdir/jvm/jre This is incorrect. The variable should be $__libdir with two underscore characters. JRE_HOME is currently incorrectly initialized as a result of this issue. This prevents e.g. Tomcat from starting without manual user intervention. Reproducible: Always Steps to Reproduce: 1. 2. 3.
see https://bugzilla.novell.com/show_bug.cgi?id=549395#c8 for 11.2 fix *** This bug has been marked as a duplicate of bug 549395 ***