I just installed jdev 12c on my linux box using the silent install procedure.
After this I just wanted to create a sample domain using the unpack command using the documentation I found here : pack and unpack Command Reference - 12c Release 1 (12.1.1)
My problem is that despite a successful command, the domain isn't created (as can been seen below)
Is there something else I need to do before/afterwards?
[my_user@SERVER bin]$ ./unpack.sh -template=/home/my_user/Oracle/products/Oracle_Home/wlserver/common/templates/wls/wls.jar -domain=/home/my_user/user_projects/wl_domains/BASE_DOMAIN -user_name=USERNAME -password=PASSWORD -server_start_mode=prod -log=out.txt
<< read template from "/home/my_user/Oracle/products/Oracle_Home/wlserver/common/templates/wls/wls.jar"
>> succeed: read template from "/home/my_user/Oracle/products/Oracle_Home/wlserver/common/templates/wls/wls.jar"
<< set config option ServerStartMode to "prod"
>> succeed: set config option ServerStartMode to "prod"
<< find User "prodqa" as u1_CREATE_IF_NOT_EXIST
<< create User "prodqa" as u1_CREATE_IF_NOT_EXIST
>> succeed: create User "USERNAME" as u1_CREATE_IF_NOT_EXIST
<< set u1_CREATE_IF_NOT_EXIST attribute Password to "********"
>> succeed: set u1_CREATE_IF_NOT_EXIST attribute Password to "********"
<< write Domain to "/home/my_user/user_projects/wl_domains/BASE_DOMAIN"
[qa@dcpputb06001 bin]$ cd /home/my_user/user_projects/wl_domains/BASE_DOMAIN
-bash: cd: /home/my_user/user_projects/wl_domains/BASE_DOMAIN: No such file or directory