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!

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.

While Running ADF application, I'm facing "ADFContext leak detected".

Pardha SaradhiJun 27 2024 — edited Jun 27 2024

We are using Jdev Studio Edition Version 12.2.1.3.0

I have modified my existing web.xml i.e, I changed login.html to login.jsp in the web.xml. In the new jsp page I'm using one jsp tag and I deployed the application in local weblogic server. When I try to access login.jsp I'm facing <oracle.adf.common> <ADFContext> <getCurrent> <Automatically initializing a DefaultContext for getCurrent. Caller should ensure that a DefaultContext is proper for this use. Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly. This message may be avoided by performing initADFContext before using getCurrent().> in log.

If I use same login.jsp page without JSP tags its working good, I'm able to see the screen.

Comments
Post Details
Added on Jun 27 2024
5 comments
747 views