Component specified is wrong, but I did not found 'other' or something else thet match. Sun's JDK (RPM installation) jdk-1.3.0_02-fcs do not run on RawHide installation. jdk-1.3.0 do not work as well. Sympthoms are the same, following info related to 1.3.0_02 The same jdk works well on RH7.0 installation. I installed RPM from Sun, set JAVA_PATH (to /usr/java/jdk1.3.0_02). $JAVA_PATH/bin/java -version stalls, there are 4 threads, I investigated them with 'strace' - one is waiting in 'exit' and is in 'zombie' state; - one is looping issuing 'nanosleep' (strace prints:) nanosleep({0, 1000000}, {0, 20000000}) = 0 - one looping like: nanosleep({0, 999858000}, NULL) = 0 rt_sigprocmask(SIG_SETMASK, [QUIT RT_0], NULL, 8) = 0 gettimeofday({986577361, 469076}, NULL) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [QUIT RT_0], 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RT_0], [QUIT RT_0], 8) = 0 gettimeofday({986577361, 469217}, NULL) = 0 - one is sleeping in (WCHAIN) rt_sigsuspend Since the same jdk is working on RH 7.0 and not working on RawHide, RawHide suspected. Details about host: CPU PIII 866Mhz, 256Mb RAM, plenty of space on (IDE) hard drive.
*** This bug has been marked as a duplicate of 27090 ***