http://bugzilla.novell.com/show_bug.cgi?id=565525 http://bugzilla.novell.com/show_bug.cgi?id=565525#c1 --- Comment #1 from Christoph Stoppe <stoppe@adesso.de> 2009-12-17 11:20:54 UTC --- I found the source of the problem: I installed the RPM Version of Suns JDK and used the "--prefix=/opt" parameter when doing this. To reproduce this just download jdk-6u17-linux-x64-rpm.bin from Sun (http://java.sun.com/javase/downloads/widget/jdk6.jsp, choose the 64Bit version, click "Countinue" and select the first file in list) and do this: 1. sh jdk-6u17-linux-x64-rpm.bin (this will extract the .rpm used in step 3) 2. rpm -e jdk (default installation directory ist under /usr/java - i didn't wanted it there, so i removed it) 3. rpm -i --prefix=/opt jdk-6u17-linux-amd64.rpm 4. zypper lu The last step will lead to the above mentioned error. When removing the jdk wich "rpm -e jdk" again, everything will be fine... kind regards, Christoph Stoppe -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.