question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Erro in create-domain.sh script - domain-home-in-image

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anpanigrcommented, Dec 9, 2019

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.

1reaction
markxnelsoncommented, Dec 5, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found