Middleware
Documentation
This document lists issues and workarounds discovered after the product's initial release. As new issues arise, they are added to this page.
For a list of issues and workarounds that were known at the time of the initial release, see the following:
For known issues and workarounds for other Oracle SOA and AIA Foundation Pack releases, see Known Issues for Oracle SOA Products and AIA Foundation Pack.
On this page: (Last updated: 15-October-2012)
|
|
As additional issues and workarounds are discovered after initial release, they will be listed here.
Bug: 11790184
Added: 4-October-2012
Platform: All
Release: 10.1.3.5
Note the following issues when installing Oracle SOA Suite 10.1.3.5 with Exalogic hosts.
opmn.sh and obsetenv.sh files.-ignoreSysPrereqs flag.
Error in invoking target 'install' of makefile '/scratch/
10135SOA/OracleAS_1/sqlplus/lib/ins_sqlplus.mk.'
This is because of missing packages.
Workaround: Click the Continue button.
owsm/db has failed.
Workaround: Make the corresponding ant task.
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
Invoking fuser on /scratch/10135/jlib/oraclepki.jar.
Workaround: Use grep to search for the fuser process two times
and kill the oraclepki.jar and ojpse.jar processes.
orabpel/rulehelp
deployment.
Workaround: Open the command from another prompt and then retry deploying the corresponding EAR file.
For example:
java -jar /scratch/10135SOA/OracleAS_1/j2ee/home/admin_client.jar
deployer:oc4j:opmn://machine:6004/oc4j_soa oc4jadmin password
-deploy -bindAllWebApps default-web-site -file
Oracle_Home/rules/webapps/rulehelp.ear -deploymentName rulehelp
Once done, click the Retry button in the Configuration Wizard.
Follow these steps to change from JDK1.5 to JDK1.6:
JDK1.5.JDK.That is, install SOA 10.1.3.1 and patch it with 10.1.3.5.
Other topologies should logically work:
10.1.3.1 to 10.1.3.3 to 10.1.3.4 to 10.1.3.5
10.1.3.1 to 10.1.3.3 to 10.1.3.5
Bug: 9712729
Updated: 11-July-2011
Platform: All
Release: 10.1.3.4
In the NotificationService.xsd file, the ArrayOfResponseType is
defined as a complex type, and not as an element type.
<xsd:complexType name="ArrayOfResponseType">
<xsd:sequence>
<xsd:element name="Response" type="ResponseType" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
If you use the Notification Service to send out emails and configure a response
message using the MessageID attribute, this can cause errors if you provide a full
XPath expression query in, for example, an assign activity:
<assign name="AssignResult">
<copy>
<from variable="varNotificationResponse" part="Responses"
query="/Responses/ns1:Response/ns1:MessageId"/>
<to variable="outputVariable" part="payload"
query="/client:EmailGetMessageIdFromResponseProcessResponse/
client:result"/>
</copy>
</assign>
Workaround: The reason that the query is not valid when using the root element
structure is that it represents an XML element. Instead, provide the
relative path in cases of complexTypes. For example:
<assign name="AssignResult">
<copy>
<from variable="varNotificationResponse" part="Responses"
query="ns1:Response/ns1:MessageId"/>
<to variable="outputVariable" part="payload"
query="/client:EmailGetMessageIdFromResponseProcessResponse/
client:result"/>
</copy>
</assign>
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
Bug: 8818854
Updated: 26-May-2011
Platform: All
Release: 10.1.3.3
Changing an Oracle BAM machine IP address or host name is not supported.
Workaround: Oracle BAM must be deinstalled and reinstalled after changing the IP address or host name.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
As additional issues and workarounds are discovered after initial release, they will be listed here.
Bug: 10221421
Updated: 15-June-2011
Platform: All
Release: 10.1.3.5
Renaming project components in Oracle JDeveloper can result in inconsistencies in Oracle ESB projects. It is not recommended that you change component or file names once a project has been created.
Bug: 08825523
Updated: 15-June-2011
Platform: All
Release: 10.1.3.4
The Oracle Application Server Release Notes and New Features document for 10g Release 3 (10.1.3.4) dated October 2008 refers to obsolete documentation links in section 6.33.3. This section should link to Oracle Enterprise Service Bus Developer's Guide for resequencing information. This section also references a bug (6856169) that was not released.
Bug: 08675919
Updated: 15-June-2011
Platform: All
Release: 10.1.3.5
When an asynchronous instance fails, it is initially shown as not able to be resubmitted. After a short delay, the resubmit option becomes available.
Bug: 06942480
Updated: 15-June-2011
Platform: All
Release: 10.1.3.3
In the Oracle SOA Suite Best Practices Guide for 10g Release 3 (10.1.3.3.0), the enableAccessBusinessEvent property is incorrectly listed as EnableAccessBusinessEvent. The property name begins with a lowercase "e" and will not work if specified with an uppercase "E".
Bug: 05582948
Updated: 15-June-2011
Platform: All
Release: 10.1.3.1
Searches for instances with an error status return successful instances as well (specifically, they also return instances that were resubmitted successfully after an error). Similarly, searches for instances that can be resubmitted return instances that were already resubmitted successfully.
Bug: 12393518
Updated: 19-May-2011
Platform: All
Release: 10.3.1
In the Supported Configurations for Oracle Service Bus 10gR3 at http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs_al10gr3/osb10gr3/overview.html#1134385, the link to the HP-UX patches for Java is no longer valid. To get the patches, go to http://itrc.hp.com and use the Software Update Manager.
As additional issues and workarounds are discovered after initial release, they will be listed here.