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!

Error after Undeploying the application fromIntegrated weblogic server

SUMITH MAMIDIPELLYNov 15 2023 — edited Nov 16 2023

Hi Team,

I'm using jdev 12.2.1.4.0. When ever is run the application and undeploy the application from jdev Integrated weblogic server.I'm getting the below exception in the jdev log.I found that enabling fast swap in jdev will fix this issue but nothing works.

In jdev 12.2.1.3.0 there is no exception like this.I'm getting in 12.2.1.4.0 version only. Please let me know the solution for this.

<Nov 15, 2023 8:34:02,426 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack failed: oracle.adf.share.ADFShareException: ADF Context has not been intialized. Please invoke ADFContext.init(...) before using properties framework.
oracle.adf.share.ADFShareException: ADF Context has not been intialized. Please invoke ADFContext.init(...) before using properties framework
at oracle.adfinternal.share.props.ConfigPropsUtil.assertADFContext(ConfigPropsUtil.java:50)
at oracle.adf.share.props.ConfigPropertyManager.getConfigPropertyManager(ConfigPropertyManager.java:280)
at oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack.isBC4JConfigPropertyEnabled(BC4JConfigLifeCycleCallBack.java:411)
at oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack.contextDestroyed(BC4JConfigLifeCycleCallBack.java:234)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:720)
Truncated. see log file for complete stacktrace
>
<Nov 15, 2023 8:34:02,465 PM IST> <Warning> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Unexpected state during contextDestroyed: no ConfigManager instance in current ServletContext but one is expected to exist.>
<oracle.adf.common> <ADFContext> <findScope> <A call to initADFContext with no environment context replaced a non-null context on the thread. Use FINE level for complete details.>

Comments
Post Details
Added on Nov 15 2023
4 comments
718 views