Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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.

When I am deploying my java EE application to oracle weblogic server v(10.3.6) it always gives this error.

Marwan EmadJul 14 2024 — edited Jul 14 2024

<Jul 14, 2024 3:04:54 PM EET> <Error> <HTTP> <BEA-101061> <[WebAppModule(EMWLS:eHIS)] Could not find Web application "C:\Applications\EMWorkspace\workspace.metadata.plugins\org.eclipse.core.resources.projects\EMWLS\beadep\base_domain\EMWLS\split_src\eHIS.war". java.io.FileNotFoundException: C:\Applications\EMWorkspace\workspace.metadata.plugins\org.eclipse.core.resources.projects\EMWLS\beadep\base_domain\EMWLS\split_src\eHIS.war (The system cannot find the file specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:127) at java.util.jar.JarFile.<init>(JarFile.java:135) at java.util.jar.JarFile.<init>(JarFile.java:72) at weblogic.servlet.internal.WebAppModule.createVirtualJarFile(WebAppModule.java:1391) Truncated. see log file for complete stacktrace

And here is my deployment assembly for the eHIS project:

I have tried to delete the .metadata directory bunch of times, also cleaning the project and no change.

Comments

dvohra21

A Docker image for 19.3 is already available https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/dockerfiles/19.3.0

Maheswara Reddy

Thanks for the advice.

Please guide me, how can we push above oracle docker image to AWS ECR.

Thanks,

Maheswar

dvohra21

A Docker image on Docker Hub may be used directly in AWS ECS as explained @ https://aws.amazon.com/blogs/containers/authenticating-with-docker-hub-for-aws-container-services/

Why is image need to be transferred to AWS ECR, which may incur additional storage?

1 - 3

Post Details

Added on Jul 14 2024
1 comment
183 views