Question
UBS
US
Last activity: 26 Jul 2017 15:44 EDT
Datasource Issue while deploying Pega72 on WebSphere Application Server
Deleted
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
looks like the ejb stub generation is not happening, do you have EJBDeploy tool for pre-EJB 3.0 modules installed? Please show the output of vesionInfo.sh
Pegasystems Inc.
US
Have you created Binding Identifiers for the Rules and Data schemas?
If you test the connection for the PegaRULES data source, is it successful?
UBS
US
Yes Nick,
we created bind identifiers for schemas and test connection was success for both PegaRULES and AdminPegaRULES. Still we see this issue in logs.
Pegasystems Inc.
US
I'd suggest reviewing the installation guide to see if there are any application server steps you missed. If you've already done so and are not able to move forward, please attach the complete log.
Express Scripts
US
During our install Pega 7.2.1 on Websphere Proprietary information hidden - followed all the steps indicated in the installation guide.
It seems some steps are missing in the documentation (Pega/WebSphere/Oracle guide).
If using dual user mode - Can you try to use the Admin userid for both datasource , rather than using Base userid for one datasouce and admin id for another datasource?
The above in combination of te bindings (4 in all - 2 for admin and 2 for base) - worked for us.
Thanks,
Murli.
UBS
US
Hi ,
We have created the same datasources and bind identifiers as above. Datasource issue is resolved, but still we are unable to access the application. Attached the full log for reference. Can anyone please advise.
Pegasystems Inc.
US
You need a colon after "file" in PRPCnone configuration. Currently, you're setup as
file///dev/null
UBS
US
How can we resolve below issue:
CNTR0075E: The user-provided class "com.pega.pegarules.internal.etier.interfaces.EJSRemoteStatelessEngineBMT_f2439d86" needed by the EnterpriseBean could not be found or loaded.
[9/9/16 15:32:52:110 BST] 00000076 SharedEJBRunt E WSVR0068E: 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
Pegasystems Inc.
US
Did you correct the PRPCnone configuration and redeploy? This step comes before the deployment in the installation document.
UBS
US
Yes, PRPCnone is fixed now but we still see the issue with EJB files in logs.
UBS
US
Yes, PRPCnone is fixed now but we still see the issue with EJB files in logs.
Pegasystems Inc.
US
Are the data sources configured at the same server:node:cell scope as the application deployment?
Pegasystems Inc.
US
Please show your namebindings.xml.
Located in same directory as your server.xml.
/app/WAS/was85/profiles/iro-ww-amdwf-dev1-w85node1/config/cells/iro-ww-amdwf-dev1-w85/nodes/iro-ww-amdwf-dev1-w85node1/servers/AMDWFDEV-n1s1/server.xml
Accepted Solution
Pegasystems Inc.
US
looks like the ejb stub generation is not happening, do you have EJBDeploy tool for pre-EJB 3.0 modules installed? Please show the output of vesionInfo.sh
UBS
US
We ran ejbdeploy command oon ear files and it fixed the issue.