Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Domain not created using unpack

DavidC.Jul 30 2013 — edited Jul 30 2013

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

This post has been answered by DavidC. on Jul 30 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2013
Added on Jul 30 2013
3 comments
140 views