with unpacking, the problem is that unpacking requires permission to write to one folder and the domain-registry.xml file.
This problem occurs because you installed the Weblogic installation with one user and want to unpack with another user.
, unpack.sh,
$ BEA_HOME/wlserver_10.3//Lib.
, unpack. , unpack .
$BEA_HOME/domain-registry.xml unpack.
chmod , , :
chmod a + rwx $BEA_HOME/wlserver_10.3/common/lib $BEA_HOME/domain-registry.xml
.
Hemant