Skip to Main Content

Java Development Tools

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!

Deploy to weblogic 12.1.3 does not work from eclipse

3010121Aug 11 2015 — edited Aug 15 2015

hi,

versions:

Eclipse mars

Oracle weblogic server tools 8.2.0

Weblogic 12.1.3

we have a maven multimodule project. Its made of a war (web part), and a jar (backend part), plus several jars, all packed into an ear.

When we deploy the ear via the console everything works fine. But when we add the ear into weblogic server in eclipse, at deploy we got an exception.

<2015.08.11. 14:23:38 CEST> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <

java.io.FileNotFoundException: C:\work\iier2\workspace\eclipse\.metadata\.plugins\org.eclipse.core.resources\.projects\iier2-ear\beadep\backend\iier2-ear\lib\ulyfaces-components.jar (A hozzáférés megtagadva)

    at java.util.zip.ZipFile.open(Native Method)

    at java.util.zip.ZipFile.<init>(ZipFile.java:215)

    at java.util.zip.ZipFile.<init>(ZipFile.java:145)

    at java.util.jar.JarFile.<init>(JarFile.java:153)

    at java.util.jar.JarFile.<init>(JarFile.java:90)

    Truncated. see log file for complete stacktrace

the thing is, ulyfaces-components.jar is a jar in my ear, but its exploded by the eclipse plugin to an ulyfaces-components.jar directory - it seems like something is looking for a jar file instead of a directory...  any idea  how to solve this?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2015
Added on Aug 11 2015
2 comments
1,330 views