Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

MFT-7201_Error while sending notification., cause=Unable to enqueue outbound message

SBanSep 10 2024 — edited Sep 10 2024

We are using Oracle Managed File transfer (12.2.1.4.0). Overall, this is working fine except we are getting frequent error like below. No pattern but issue gets fixed after full restart. Please if anyone can help, thanks.

===============

[2024-09-10T00:41:25.844+00:00] [mymft_server_1] [ERROR] [] [oracle.mft.ENGINE] [tid: JCA-work-instance:JMSAdapter-17] [userId: <anonymous>] [ecid: 3a697e9b-bafe-4351-aaeb-ee95f98e60a0-00f2ef44
MFTException [threadName=JCA-work-instance:JMSAdapter-17, errorID=45a932d5-2489-40f1-a2f2-5e8e9a903fbb, errorDesc=MFT-7201_Error while sending notification., cause=Unable to enqueue outbound message.]
at oracle.tip.mft.notification.NotificationServiceImpl.sendNotification(NotificationServiceImpl.java:271)
at oracle.tip.adapter.jms.inbound.JmsConsumer.run(JmsConsumer.java:992)
at oracle.tip.adapter.sa.impl.fw.jca.work.WorkerJob.go(WorkerJob.java:53)
at oracle.tip.adapter.sa.impl.fw.common.ThreadPool.run(ThreadPool.java:281)
at java.lang.Thread.run(Thread.java:750)
Caused by: oracle.sdp.messaging.MessagingException: Unable to enqueue outbound message.
at oracle.sdpinternal.messaging.MessagingClientImpl.enqueue(MessagingClientImpl.java:437)
at oracle.sdpinternal.messaging.MessagingClientImpl.send(MessagingClientImpl.java:1016)
at oracle.sdpinternal.messaging.MessagingClientImpl.send(MessagingClientImpl.java:320)
at oracle.tip.mft.notification.NotificationServiceImpl.sendNotification(NotificationServiceImpl.java:266)
... 21 more
Caused by: java.lang.NullPointerException
at oracle.sdpinternal.messaging.jms.JMSSender.createObjectMessage(JMSSender.java:137)
at oracle.sdpinternal.messaging.jms.JMSSender.send(JMSSender.java:227)
at oracle.sdpinternal.messaging.MessagingClientImpl.enqueue(MessagingClientImpl.java:431)
... 24 more

]]

====================

Comments
Post Details
Added on Sep 10 2024
0 comments
24 views