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

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Jul 14 2024
1 comment
160 views