The temporary extraction directory cannot be created in the default location.
java -jar wls1036_generic.jar
装weblogic时候报错:The temporary extraction directory cannot be created in the default location.
- 解决方式:
#chmod o+t /tmp
# ll -d /tmp
drwxrwxrwt. 11 root root 4096 Jan 20 10:33 /tmp
即可解决,重新执行java -jar wls1036_generic.jar 就不会报错了!
原因:/tmp权限问题,把/tmp赋予t权限 即可。
本文介绍了解决在安装WebLogic过程中遇到的错误:“临时提取目录无法在默认位置创建”。通过调整/tmp目录的权限,具体地,添加t粘滞位,可以成功避免此错误并顺利完成WebLogic的安装。
243

被折叠的 条评论
为什么被折叠?



