2 Known Issues and Workarounds

Oracle BPM Worklist Login Fails

Issue

Bug Number: 36734222

Impacted Releases: 14.1.2.0.0

Impacted Platforms: All

Description of the issue and when it might occur.

When you log in to Oracle BPM Worklist application (https://hostname:port/integration/worklistapp) in high availability environment with JDK21, the following exception is displayed in the browser.

UIViewRoot is null. Fatal exception during PhaseId: RESTORE_VIEW 1

This is an intermittent bug.

Workaround

None.

URL Sanity Fails for Oracle BPM Composer and Oracle BPM Workspace Installation with Secure Mode

Issue

Bug Number: 36154665

Impacted Releases: 14.1.2.0.0

Impacted Platforms: All

Workaround

Start the managed server with the following additional parameters for Oracle SOA Suite.
./startManagedWebLogic.sh soa_server1 https://100.111.149.14:9002 
-Djavax.net.ssl.trustStore=/scratch/kamandal/14120_33_L/soa/mwhome/user_projects/domains/soa_domain/security/DemoTrust.p12 
-Djavax.net.ssl.trustStorePassword=DemoTrustKeyStorePassPhrase

Oracle BPM Composer Fails to Create Space Due to Incorrect Permission to a Folder

Issue

Bug Number: 38137423

Impacted Releases: 14.1.2.0.0

Impacted Platforms: Solaris

Description of the issue and when it might occur.

The BPM Composer fails to create space. The following error is thrown:

BPM-0:An I/O error occurs trying to execute the operation

This issue is found only on SOLARIS platform.

Workaround

Insert the following in the JAVA_OPTIONS in commENV.sh under oracle_common/common/bin folder:

JAVA_OPTIONS="${JAVA_OPTIONS} ${VERIFY_NONE} -Dsvnkit.useJNA=false"

Restart the Admin Server and Management Server. BPM Composer creates the space without any exception.