Skip to Main Content

LiveLabs & Workshops

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!

<BEA-149231> <Unable to set the activation state to true for the application "em".

Giridhar BondadaApr 26 2022

weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.UIXComponentELTag
at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:123)
at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:212)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:207)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)
at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:57)
at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:114)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:752)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:262)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:66)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:90)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:274)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:507)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:53)

Getting the above error while starting startweblogic.cmd.
FRM Version is 12.2.1.4

Comments

Giridhar Bondada

Any suggestion to fix the issue.

drrivero

Hi,
could you find a solution to fix this error? I'm facing exactly the same situation.

Thanx in advance.

user13274677

I gut the same after pathing Weblogic 12.2.1.4 via sbat.
The weblogic console is starten, But EM manager is down,

I have rollback to state before update (backup an restore of dir)

Please help

drrivero

Hi,
I was able, after a nightmare searching a solution, to fix EM error applying patch p34542329 .
Hope this helps you.

Regards.

Giridhar Bondada

i faced this issue but it got resolved after i cleared the classpath
when you create the adminServer clear the classpath by this command
set CLASSPATH=

user13274677

Installing p34542329, The Em console starts up.
But when login gives whith screen with :
http://<host>7001/em/faces/helppages/errorPage.jspx
With java version jdk-8u351-linux-x64.tar.gz
I wil go back to jdk-8u311-linux-x64.tar.gz
hope it wil work than. Other wise Oct wls patch is BAD
Lots of problems with JAVA version updates

user13274677

Yes going back to jdk-8u311-linux-x64.tar.gz total work WLS forms is fine now.

But have to update Java to jdk-8u351-linux-x64.tar.gz.
find this:
SOLUTION

  1. The following is broken up into two sections, choose one to follow. The recommended merge patch includes the OVD library fix described in the cause along with other recommended patches for the component. The original fix only includes the fix for the OVD library issue described in the cause. Download and apply one of the patches below which correspond with the Oracle Home version(12.2.1.3 or 12.2.14). The patch should be applied as per the included readme.
    Recommended Merge Patch
    Contains the bug fix for the OVD library issue described in the cause AND other recommended bug fixes for the component.
    12.2.1.3: Patch 34065214
    12.2.1.4: Patch 34065178

Original Fix Only
Contains ONLY the bug fix for the OVD library issue described in the cause.
12.2.1.3: Patch 33903365
12.2.1.4: Patch 33903365

Will try this,But so far so good thanks.

User_7GQSV

I had the similar EM login page issue after upgrading to JDK 351 and applied the WLS STACK PATCH BUNDLE 12.2.1.4.221011, but it is now resolved after applying the following patches.
34065178
34542329
Please try and see.

Thanks
Veera

1 - 8

Post Details

Added on Apr 26 2022
8 comments
3,639 views