RIB FileIO Subscription Not Generating Message XML File
(Doc ID 2410902.1)
Last updated on DECEMBER 04, 2019
Applies to:
Oracle Retail Integration Bus - Version 15.0.1 and laterInformation in this document applies to any platform.
Symptoms
Getting below error for Items_sub in RIB-FileIO which is preventing XML to be generated with RIB_FileIO.Items_sub:
Error
----------
"Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at oracle.retail.integration.framework.common.service.RetailServiceFactory$1.invoke(RetailServiceFactory.java:273)
... 14 more
Caused by: javax.transaction.TransactionRolledbackException: EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError: Could not initialize class com.oracle.retail.fileio.context.AppContext
at weblogic.utils.StackTraceDisabled.unknownMethod()
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.oracle.retail.fileio.context.AppContext
... 1 more
2018-03-28 12:22:14,904 [Items_sub_1] DEBUG com.retek.rib.log.timings.TimingsLoggerFactory$WrapperTimingsLogger - Reusing old logger(org.apache.log4j.Logger@10078a86) with name(rib.sub.timings.Items_sub_1) in thread(Items_sub_1).
2018-03-28 12:22:14,905 [Items_sub_1] ERROR com.retek.rib.j2ee.RIBMessageSubscriberEjb$MessageHandler - Items_sub_1.handleMessage()...Exception for Family: Items, Type: ItemCre, Error: null: null
com.retek.rib.binding.exception.RIBIntegrationException: null: null - Nested exception: - java.lang.reflect.UndeclaredThrowableException"
Note: Similar error is seen with other subscriber adapters configured in RIB-FileIO.
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 |
Cause |
Solution |