Tag Archives for " bpel "

“500 Internal Server Error” while accessing BPEL worklist

There are Active and Stand-by production sites in our architecture which has IDM and SOA nodes independent of each other. The BPEL worklist is integrated with OSSO, in turn with OAM and is working fine in Active production site. As discussed in the previous post for setting up Disaster Recovery of Oracle Application Server, we […]

Read More

Internal Error in Verification Service for user .getRoleBasedGroupActions: Error while logging into BPEL worklist

BPEL process manager 10.1.3.5 is integrated with Oracle Single Sign-on 10.1.4.3. The BPEL application was working fine until sometime ago and all of a sudden when we attempt to login to BPEL worklist, it is throwing the below error. Internal Error in Verification Service for user <user>.getRoleBasedGroupActions. If you need more information, please check with […]

Read More

SSO server version v3.0 is not supported: BPEL OSSO Integration

As part of the BPEL worklist integration with Oracle Single Sign-on, we’ll generate the osso.conf in infra tier as shown below. ./ssoreg.sh -oracle_home_path $ORACLE_HOME -config_mod_osso TRUE -site_name LBR_Hostname:7777 -remote_midtier config_file $ORACLE_HOME/Apache/Apache/conf/osso/worklist/osso.conf  -mod_osso_url http://LBR_Hostname:7777 Then the osso.conf file will be used in mid-tier (BPEL worklist) for performing few configurations. This will be followed by a restart […]

Read More

Troubleshooting BPEL worklist integration with Oracle Single Sign-on.

I have recently done the BPEL worklist integration with Oracle Single Sign-on. Check this post for integration process. I did not witness any issues in a development environment. However, when I replicated the same integration process in a product environment, I found the difference. I have followed this metalink note for 753087.1 BPEL OSSO integration. […]

Read More

Oracle Access Manager integration with BPEL

The objective of integrating Oracle Access Manager with BPEL worklist is to provide Single Sign-On for BPEL worklist application. Thus the authentication and authorization part is handled by the Oracle Access Manager. My environment  has: OAM 10.1.4.3, BPEL 10.1.3.4, OSSO 10.14.1, OID 10.1.4.1 It is possible to integration OAM with BPEL worklist in two ways: […]

Read More

BPEL Process Manager, Console, Domain and Sensor

BPEL : BPEL (Business Process Execution Language) is XML (eXtensible Markup Language) based language to design business process that integrates services into end -to-end process flow. BPEL is based on XML Schema, SOAP (Simple Object Access Protocol), and WSDL (Web Service Description Language) BPEL Process Manager is used to design, deploy and manage BPEL business processes. […]

Read More