[Spacewalk-list] OpenJDK update breaks taskomatic (1.2)

Sander Grendelman sander at grendelman.com
Wed Feb 23 11:07:55 UTC 2011


On Wed, Feb 23, 2011 at 11:52:40AM +0100, Jan Pazdziora wrote:
> On Wed, Feb 23, 2011 at 11:18:43AM +0100, Sander Grendelman wrote:
> > 
> > I can confirm that removing the 64-bit paths from the java library path
> > in /etc/rhn/default/rhn_taskomatic_daemon.conf fixes this issue.
> 
> Could you please post output of
> 
> 	rpm -qa | grep java | sort
> 
> on your Spacewalk?

[beheer at mir ~]$ rpm -qa '*java*' --queryformat
'%{name}-%{version}-%{release}.%{arch}\n' |sort
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.i386
java-1.6.0-openjdk-1.6.0.0-1.20.b17.el5.i386
java-1.6.0-openjdk-devel-1.6.0.0-1.20.b17.el5.i386
java-1.6.0-sun-1.6.0.24-1jpp.1.el5.i586
java-1.6.0-sun-devel-1.6.0.24-1jpp.1.el5.i586
spacewalk-java-1.2.115-1.el5.noarch
spacewalk-java-config-1.2.115-1.el5.noarch
spacewalk-java-lib-1.2.115-1.el5.noarch
spacewalk-java-oracle-1.2.115-1.el5.noarch
tzdata-java-2010o-1.el5.i386
[beheer at mir ~]$        rpm -qa | grep java | sort
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
java-1.6.0-openjdk-1.6.0.0-1.20.b17.el5
java-1.6.0-openjdk-devel-1.6.0.0-1.20.b17.el5
java-1.6.0-sun-1.6.0.24-1jpp.1.el5
java-1.6.0-sun-devel-1.6.0.24-1jpp.1.el5
spacewalk-java-1.2.115-1.el5
spacewalk-java-config-1.2.115-1.el5
spacewalk-java-lib-1.2.115-1.el5
spacewalk-java-oracle-1.2.115-1.el5
tzdata-java-2010o-1.el5
[beheer at mir ~]$ ls -l `which java`
lrwxrwxrwx 1 root root 22 Jan 12 17:12 /usr/bin/java ->
/etc/alternatives/java
[beheer at mir ~]$ ls -l /etc/alternatives/java
lrwxrwxrwx 1 root root 35 Feb 21 12:51 /etc/alternatives/java ->
/usr/lib/jvm/jre-1.6.0-sun/bin/java
[beheer at mir ~]$ 

I'm currently using the sun jre (through alternatives), when I
switch the default java to openjdk taskomatic starts segfaulting.
Removing the 64-bit paths from /etc/rhn/default/rhn_taskomatic_daemon.conf
then fixes taskomatic again. Using the sun jre (through alternatives)
also fixes the problem.




More information about the Spacewalk-list mailing list