centos 6.6装配weblogic报错
centos 6.6安装weblogic报错
linux信息:Linux localhost 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
weblogic版本:fmw_12.1.3.0.0_wls.jar
安装前的命令:groupadd weblogic #创建weblogic用户组。
useradd -g weblogic weblogic #创建weblogic用户,并分配给weblogic组
passwd weblogic #修改weblogic密码
mkdir -p /usr/local/weblogic/ #创建/usr/local/weblogic/目录
chown -Rf weblogic:weblogic /usr/local/weblogic/ #修改目录所有者权限
安装时报错:
Unable to locate or create a suitable system-wide temporary directory:
Directory "/tmp" does not have read/write/execute permission for the current user.
Unable to locate or create a temporary directory for the Oracle Universal Installer.
我给/tmp目录777权限,还是报上述错误,百度也没发现有价值的解答,求各位大神解决,谢谢。
------解决思路----------------------
你改的777 没有给weblogic这个用户
例: chown weblogic:weblogic /temp
linux信息:Linux localhost 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
weblogic版本:fmw_12.1.3.0.0_wls.jar
安装前的命令:groupadd weblogic #创建weblogic用户组。
useradd -g weblogic weblogic #创建weblogic用户,并分配给weblogic组
passwd weblogic #修改weblogic密码
mkdir -p /usr/local/weblogic/ #创建/usr/local/weblogic/目录
chown -Rf weblogic:weblogic /usr/local/weblogic/ #修改目录所有者权限
安装时报错:
Unable to locate or create a suitable system-wide temporary directory:
Directory "/tmp" does not have read/write/execute permission for the current user.
Unable to locate or create a temporary directory for the Oracle Universal Installer.
我给/tmp目录777权限,还是报上述错误,百度也没发现有价值的解答,求各位大神解决,谢谢。
------解决思路----------------------
你改的777 没有给weblogic这个用户
例: chown weblogic:weblogic /temp