Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix C Troubleshooting : The adapter printed an error message immediately after receiving a business event

The adapter printed an error message immediately after receiving a business event
Symptom
As soon as the adapter receives a data message it prints out the following error message:
 
  2001 Sep 21 01:09:09:131 ps8Adapter.sub Info [Adapter]   AEPS8-4003005 Received an Event.
  com.tibco.sdk.MException: Incoming Message has its BusinessEvent   Name as NULL.
     at com.tibco.adapter.ps.AdapterException.<init>
     (AdapterException.java:22)
     at com.tibco.adapter.ps.SubscriberEventHandler.onEvent
     (SubscriberEventHandler.java:115)
     at com.tibco.sdk.events.pubsub.MRvDataReceiver.dispatch
     (MRvDataReceiver.java:292)
     at com.tibco.sdk.events.pubsub.MRvDataReceiver.onData
     (MRvDataReceiver.java:156)
     at com.tibco.sdk.events.pubsub.MBaseRvDataReceiver.onMsg
     (MBaseRvDataReceiver.java:81)
     at com.tibco.tibrv.TibrvEvent.invoke(TibrvEvent.java:160)
     at com.tibco.tibrv.TibrvImplQGroupC.natDispatch(Native Method)
     at com.tibco.tibrv.TibrvImplQGroupC.dispatch
     (TibrvImplQGroupC.java:67)
     at com.tibco.tibrv.TibrvQueueGroup.dispatch
     (TibrvQueueGroup.java:163)
     at com.tibco.sdk.MDefaultDispatcher.run(MDefaultDispatcher.java:26)
     at java.lang.Thread.run(Unknown Source)
Probable Cause
The name of the business event was left blank.
Solution
Fill in the business event name with the name of the Component Interface. If you do not use the Component Interface name as the business event name, the adapter will assume that your business event is not configured. Case matters: enter in the Component Interface name exactly as it appears in your schema or in PeopleSoft.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved