When starting BE engine with Oracle Backing store feature, I getthe exception java.lang.IllegalArgumentException: Parent parameter may not be null. How to resolve it?
book
Article ID: KB0092861
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Resolution: Check the log file for the complete stack trace, if it resembles the one like below, then it means the dburi setting in the tra file points to a shared resource that is not in the archive.
Stack Trace -------------- 2007 Nov 13 15:46:10:466 GMT -8 msubrama-lt.na.tibco.com Error [main] - java.lang.IllegalArgumentException: Parent parameter may not be null 2007 Nov 13 15:46:10:466 GMT -8 msubrama-lt.na.tibco.com Error [main] - at com.tibco.xml.datamodel.helpers.XiChild.a(XiChild.java:1249) 2007 Nov 13 15:46:10:476 GMT -8 msubrama-lt.na.tibco.com Error [main] - at com.tibco.xml.datamodel.helpers.XiChild.getChild(XiChild.java:48) 2007 Nov 13 15:46:10:476 GMT -8 msubrama-lt.na.tibco.com Error [main] - at com.tibco.be.oracle.BECoherenceOracleStore.setOracleParams(BECoherenceOracleStore.java:126) 2007 Nov 13 15:46:10:476 GMT -8 msubrama-lt.na.tibco.com Error [main] - at com.tibco.be.oracle.BECoherenceOracleStore.registerOracleDataSource(BECoherenceOracleStore.java:142) 2007 Nov 13 15:46:10:476 GMT -8 msubrama-lt.na.tibco.com Error [main] - at com.tibco.be.oracle.BECoherenceOracleStore.registerOracleDataSource(BECoherenceOracleStore.java:138) 2007 Nov 13 15:46:10:476 GMT -8 msubrama-lt.na.tibco.com Error [main] - at com.tibco.be.oracle.BECoherenceOracleStore.initialize(BECoherence
Issue/Introduction
When starting BE engine with Oracle Backing store feature, I getthe exception java.lang.IllegalArgumentException: Parent parameter may not be null. How to resolve it?