Erro in create-domain.sh script - domain-home-in-image
See original GitHub issueI’m getting this error when I try to create my domain:
Step 19/22 : RUN /u01/oracle/createWLSDomain.sh && echo ". $DOMAIN_HOME/bin/setDomainEnv.sh" >> /u01/oracle/.bashrc && chmod -R a+x $DOMAIN_HOME/bin/*.sh && rm ${PROPERTIES_FILE_DIR}/*.properties
---> Running in 80ca2200cc60
Domain Home is: /u01/oracle/user_projects/domains/domain-01
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Problem invoking WLST - Traceback (innermost last):
File "/u01/oracle/create-wls-domain.py", line 26, in ?
NameError: SSL_ENABLED
Removing intermediate container 80ca2200cc60
The command '/bin/sh -c /u01/oracle/createWLSDomain.sh && echo ". $DOMAIN_HOME/bin/setDomainEnv.sh" >> /u01/oracle/.bashrc && chmod -R a+x $DOMAIN_HOME/bin/*.sh && rm ${PROPERTIES_FILE_DIR}/*.properties' returned a non-zero code: 1
[ERROR] Create domain domain-01 failed.
Does anyone got the same?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Domain home in image :: WebLogic Kubernetes Operator
The create-domain.sh script generates a new container image on each run with a new domain home and a different internal domain secret in...
Read more >Portable WebLogic Domains Using Kubernetes Operator ...
We deliberately ran create-domain.sh without the '-e' parameter. This tells the script to skip deploying the Domain Custom Resource that it ...
Read more >Weblogic 12c scripts to create a domain - Stack Overflow
I am trying to create a weblogic domain through a script, but when I try to ... createICS.sh 2.create-domain.sh if it does not...
Read more >Fusion Middleware WebLogic domain creation fails ... - dbi Blog
Fusion Middleware WebLogic domain creation fails with OPSS error ... Welcome to WebLogic Server Administration Scripting Shell.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The root cause of the issue is due to a recent merge into docker-images repository. A pull request has been opened to resolve the issue.
Thanks for reporting this - we will check it out and get back to you - can you confirm which type of domain you are using? WebLogic/FMW Infrastructure; on PV, in image; what version. Thanks