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!

Deploying ear file in the Weblogic11g server in the Container

User_YB3RXSep 17 2018 — edited Sep 18 2018

Hi,

I am working on Dockers and Containers. I have created an image of weblogic 11g and I am running my container. I am able to deploy my weblogic11g server. Now, I am trying to deploy my ear file in the weblogic server. Steps I followed:

1. Install the necessary libraries (oracle.adf.domain, jsp.next, jsf etc) by uploading these libraries from my local in the weblogic server (Deployment->Install->Upload your file->Install it as an application)

2. Install the ear by uploading the file from my local (Deployment->Install->Upload your file-> Install it as an application)

3. Saved everything.

4. Control->ApplicationName(select my application)->start

Error: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

I am not able to locate this library in my local.

Options I have tried:

1. In the weblogic-application.xml file, I cleared the listener tag entry of oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener (<listener><listener-class>oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener</listener-class></listener>).

2. Added the Class path and Arguments in my defalut server (Environment-> Servers-> ServerStat) and then Restarted the Server.

3. Added the ear in the Autodeploy folder of my server.

4. Added "ADF Web Runtime" library in the ear file.

All the above options have not worked for me. Could anyone please suggest the right method of deploying the ear file?

Thanks,

Kratika

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2018
Added on Sep 17 2018
1 comment
738 views