Weblogic 10.3 domain unpacking problem
Posted
by MarkoU
on Stack Overflow
See other posts from Stack Overflow
or by MarkoU
Published on 2010-01-18T07:47:47Z
Indexed on
2010/05/20
0:00 UTC
Read the original article
Hit count: 211
Hi,
I'm trying to unpack a Weblogic 10.3 domain on one of our production servers (SunOS 5.10), but get the following error:
$ /opt/bea10/wlserver_10.3/common/bin/unpack.sh -template=/tmp/CM.jar -domain=/opt/bea10/user_projects/CM
Error: failed to create the temporary script file
Assuming that this is a priviledge problem: where actually the unpack utility tries to create its temporary script files? The unpack script calls a Java class com.bea.plateng.domain.script.Unpacker, so reading the script itself does not reveal the location. I need to ask the sysadmin for the priviledges, so an exact directory location is needed.
Of course, the error message is so vague that this might also be some other issue. Any ideas?
BR,
Marko
P.S. Sorry for cross-posting. I tried this question also on Serverfault but got no replies. Perhaps programmers (like myself) do this kind of stuff anyway.
© Stack Overflow or respective owner