- 论坛徽章:
- 0
|
[oracle@oracle oracle]$ dbca
jre was not found in /usr/oracle/product/9.2.0/oracle.swd.jre/bin/i386/native_threads/jre
没有办法
改!!!!!!!
vi dbca
将jre_dir改成/usr/local/java
我装的是jdk118_v3-glibc-2.1.3.tar.bz2
改过之后是
[oracle@oracle bin]$ dbca
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
这条信息在官方网站上的解决办法是
/opt/oracle/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
I experienced this problem when I was running the Database Configuration Assistant dbca on Red Hat 9 without setting the LD_ASSUME_KERNEL environment variable.
To rectify this problem, run the following command on Red Hat 9 and restart dbca:
oracle$ export LD_ASSUME_KERNEL=2.4.1
For more information on this issue, see Red Hat 9.
错误有些相似
但不知是否相同
我的系统为redhat advanced server 2.1
把lD_ASSUME_KERNEL=2.4.1
不行,问题还是存在
改成2.4.9也不行!!!!1
帮忙!!! |
|