<EmailAccount>
<Name>AIA Error Handler</Name>
<GeneralSettings>
<FromName>AIA Error Handler</FromName>
<FromAddress>do-not-reply@thisisahmed.com</FromAddress>
</GeneralSettings>
<OutgoingServerSettings>
<SMTPHost>yourmailserver</SMTPHost>
<SMTPPort>25</SMTPPort>
</OutgoingServerSettings>
</EmailAccount>
<ModuleConfiguration moduleName="ErrorHandler">
.
.
.
<Property name="EH.DEFAULT.ACTOR.ROLE">AIAIntegrationAdmin</Property>
.
.
.
</ModuleConfiguration>
b. Click on “oc4j_soa”
c. Click on “Administration”
d. Click on “Security Providers”
e. Click on “Instance Level Security”
f. Click on “Realms”
g. Click on the number below ‘Users’
h. Click on “Create”
i. Enter username, password, and select ‘AIAIntegrationAdmin’ as the role
j. Click on “OK”
* The JAZN user information created above is stored in $ORACLE_HOME/j2ee/oc4j_soa/config/system-jazn-data.xml.
<userObject>
<name>Ahmed Aboulnaga</name>
<description>Ahmed Aboulnaga</description>
<email>ahmed.aboulnaga@somerandomsite.info</email>
<title>AIAIntegrationAdmin</title>
<firstName>Ahmed</firstName>
<lastName>Aboulnaga</lastName>
<timeZone>America/New_York</timeZone>
<languagePreference>en-US</languagePreference>
<notificationPreferences>Mail</notificationPreferences>
</userObject>
b. Enter username and password
b. Search for ‘My & Group’, ‘Any’, and ‘Assigned’
b. Review the error. Note the following at minimum:
Reporting Date Time <-- Timestamp
Fault Message Text <--Error
Faulting Service ID <--BPEL process name
Faulting Servicenstance ID <--BPEL instance ID
You may optionally log in to the BPEL Console to do further troubleshooting/analysis of the issue.
The SQL query is as follows:
SELECT q_name, enq_uid, msgid, expiration, enq_time, a.user_data.text_len, a.user_data.text_vcSYS.AQ$_JMS_TEXT_MESSAGE has the following for data types:
FROM aia_error_topic_table a
- header AQ$_JMS_HEADER
- text_len INT
- text_vc VARCHAR2(4000)
- text_lob CLOB
5 comments: