Unable to obtain CDI 1.1 utilities for Mojarra
search cancel

Unable to obtain CDI 1.1 utilities for Mojarra

book

Article ID: 381392

calendar_today

Updated On:

Products

CA Process Automation Base

Issue/Introduction

The following error appears in the PAM\wildfly\standalone\log\server.log:

SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-3) Unable to obtain CDI 1.1 utilities for Mojarra
SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-3) Unable to obtain CDI 1.1 utilities for Mojarra

Environment

PAM 4.4 GA and later

Cause

Issue caused by a wildfly defect which doesn't have any functional impact and is safe to ignore this error message

Resolution

 1. Locate and modify the ".....PAM\wildfly\standalone\configuration\standalone-full-ha.xml" as follows. 

1.1) Look for the following entry. 

<logger category="org.jboss.as.config">
               <level name="DEBUG"/>

</logger>

1. 2) Then below, add the following entry. 

<logger category="javax.enterprise.resource.webcontainer.jsf">
               <level name="OFF"/>
</logger>

2. Stop PAM process.

3. Clear the logs.

4. Start PAM process.