Support Article
ClassNotFoundException installing Pega 7.2.2 on WAS 8.5.5.11
SA-34781
Summary
"Deploy enterprise beans" option is not available in WAS 8.5.5 when running Java 8.
IBM decided to not include the EJB deploy piece when releasing Java 8 support with WAS 8.5.5, but instead to hold off on that bit until WAS 9.0.
In the process of resolving the previous issue, I was provided with a 7.2.1 EAR-file with pre-deployed EJB's in it so that the lack of EJB deploy support in WAS 8.5.5 didn't matter. We tested deploying that EAR and it worked. But now that we are updating to Pega 7.2.2, I now need a work-around for that version.
Error Messages
Attempt to start EnterpriseBean prpc_j2ee14_ws#prbeans.jar#EngineBMT failed with exception: com.ibm.ejs.container.EJBConfigurationException: Bean class com.pega.pegarules.internal.etier.interfaces.EJSRemoteStatelessEngineBMT_f2439d86 could not be found or loaded
Steps to Reproduce
- Install Websphere 8.5.5.9 and IBM JDK 8.
- Configure the Webphere profile for PRPC EAR deployment.
- Start the deployment of the prpc_j2ee14_ws.ear file using the New Application Wizard.
- Notice that the “Deploy enterprise beans” option is not available.
- Proceed with the deployment
- Start application.
- EJB startup fails..
Root Cause
A defect or configuration issue in the operating environment
The “Deploy enterprise beans” option is not available when Websphere is running with Java 8.
This is stated in the IBM Knowledge Centre article "Select installation options settings" for Websphere 8.5.
This option is required to deploy pre EJB 3.x applications in Websphere 8 or greater.
When the option is not selected the previous error is found at runtime.
Resolution
Make the following change to the operating environment:
- Manually run the EJBDeploy tool shipped with Websphere 8.5 using JDK 7. For example:
$WAS_HOME/profiles/<Your_Profile>/bin/ejbdeploy.sh prpc_j2ee14_ws.ear $(pwd) dpl_prpc_j2ee14_ws.ear - Deploy the ear file generated in this way.
Published March 10, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.