weblogic

How to stop, start and restart an Oracle WebLogic Server?

Oracle WebLogic Server is a Java EE application server currently developed by Oracle Corporation. You can start, stop and restart both the administration and the managed servers in two ways: Using the WebLogic Server Administration Console Using WebLogic Scripting Tool (WLST) 1) Stop and start an Oracle WebLogic Server using the WebLogic Server Administration Console

How to stop, start and restart an Oracle WebLogic Server? Read More »

How to fix Unresolved Webapp Library references defined in weblogic.xml Extension-Name: adf.oracle.domain.webapp, exact-match: false when deploying ADF application in Weblogic?

The following error can occur when deploying an Oracle ADF to a newly installed weblogic 12c or 11g server : Most of the times this error is simply occurring because your WebLogic server wasn’t installed with the Oracle ADF Runtime libraries. To fix this, install the following on top of your fresh WebLogic server installation:

How to fix Unresolved Webapp Library references defined in weblogic.xml Extension-Name: adf.oracle.domain.webapp, exact-match: false when deploying ADF application in Weblogic? Read More »

JBO-27200: JNDI failure. Unable to lookup Data Source in Oracle ADF ?

This error often occurs when you are deploying your Oracle ADF application on WebLogic for the first time. (Or when you add a new Application Module) To fix it you need to ensure that your Datasource Name is the same in your Model, Controller, and Weblogic console : View the code on Gist. Note: This

JBO-27200: JNDI failure. Unable to lookup Data Source in Oracle ADF ? Read More »

How to configure HTTPS SSL on your Weblogic application?

Before going live with your application on WebLogic, I’d always recommend activating SSL on the Weblogic server hosting your application. Accessing your application with the HTTPS protocol will ensure your user’s data are not intercepted. To do so, you should first get a valid certificate : If you are configuring the Weblogic at a company,

How to configure HTTPS SSL on your Weblogic application? Read More »

How to fix BEA-141281 – unable to get file lock and BEA-310006 The persistent store encountered a fatal error in Weblogic?

Server locks can occur in WebLogic when a server crash due to a nasty network or data storage issue. Once those locks are there the servers will fail to restart with a BEA-141281 or BEA-310006 error. Here is how to remove those locks and clear the cache to successfully restart your WebLogic server : View

How to fix BEA-141281 – unable to get file lock and BEA-310006 The persistent store encountered a fatal error in Weblogic? Read More »

Scroll to Top