-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build OracleFusionMiddlewareInfra Image #2898
Comments
@arslancse The recommended method to create container images for WebLogic products is by using WebLogic Image Tool.. Documentation The docker-images project is maintained as an example of a Dockerfile for building similar images. The WebLogic images that Oracle publishes to Oracle Container Registry are created with WebLogic Image Tool. Both patched and unpatched container images are available on the Oracle Container Registry. But, you can build your own custom images with exactly the patches that you want by using the WebLogic Image Tool. |
You are right but the question is why i am facing that error or issue what ever is. If i want to build my own image by using that dockerfile what is that error exactly mean and how to fix ? |
Without looking at more of the log file, I cannot be sure if the Exception message is a result of the file copy error or the explanation of the cause. Keying off of the message
|
The log(s) can be found here: /tmp/OraInstall2025-01-07_11-29-12AM.
and by looking at log file it says
Caused by: oracle.sysman.nextgen.NextGenInstallerException: Unable to locate the startup/shiphome directory
at oracle.sysman.nextgen.factory.GdrSessionFactory.getDistributionSession(GdrSessionFactory.java:271)
at oracle.sysman.nextgen.factory.GdrSessionFactory.initInstallerSession(GdrSessionFactory.java:225)
at oracle.sysman.nextgen.factory.GdrSessionFactory.getInstallerSession(GdrSessionFactory.java:167)
at oracle.sysman.nextgen.factory.GdrSessionFactory.getGdrInstallSession(GdrSessionFactory.java:79)
at oracle.sysman.nextgen.wizard.silent.tasks.SilentInstallationValidationTask.execute(SilentInstallationValidationTask.java:96)
... 2 more
The text was updated successfully, but these errors were encountered: