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!

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
Post Details
Added on Jul 14 2024
1 comment
258 views