Skip to Main Content

Security Software

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!

facing java.lang.ExceptionInInitializerError while trying to initialize platform class from MBean

3581797Jul 10 2018 — edited Jul 18 2018

Hello Everyone,

We're using ADF class which extends oracle.iam.ui.platform.view.backing.BaseMB and we trying to initialize platform class in it

we are facing below issue.

<oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5

javax.faces.el.EvaluationException: java.lang.ExceptionInInitializerError

  at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)

  at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1491)

  at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)

  at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:184)

  at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:111)

Caused By: java.lang.ExceptionInInitializerError

Caused By: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [META-INF/iam-spring-config.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/iam-spring-config.xml] cannot be opened because it does not exist.

Caused By: java.io.FileNotFoundException: class path resource [META-INF/iam-spring-config.xml] cannot be opened because it does not exist

Is there any other way to invoke the api's using platform class, we need to use only platform class we cannot switch to oimClient().

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2018
Added on Jul 10 2018
10 comments
617 views