Creation Of Custom Agent Event Throws "glog.util.persistence.PersistenceException" Error
(Doc ID 2403413.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Transportation Management - Version 6.3.7 to 6.4.3 [Release 6.3 to 6.4]Information in this document applies to any platform.
Symptoms
When attempting to create any custom event, the following error occurs.
In the same instance, when inserting the agent event using the query below, the event is visible from the UI:
INSERT INTO AGENT_EVENT (AGENT_EVENT_GID, AGENT_EVENT_XID, DATA_QUERY_TYPE_GID,EVENT_TOPIC_CLASS,
IS_CUSTOM,IS_LIFETIME_MOD,DOMAIN_NAME) VALUES ('DOMAIN.TEST_EVENT_SQL','TEST_EVENT_SQL','ORDER RELEASE',
'glog.server.workflow.lifetime.order.CustomOrderReleaseEvent','Y','N','DOMAIN')
The issue can be reproduced at will with the following steps:
1. Go to Business Process Automation, Power Data, Event Management, Agent Events, New
2. Enter an Agent Event ID
3. Enter any Data Query Type: ORDER RELEASE and Click on Finished
The above error appears.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |