Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
In BusinessEvents 4.0.0, "Cannot read CDD" exception is thrown when trying to start the Rules Management Server(RMS) from the command line.
Environment:
==========
TIBCO BusinessEvents 4.0.0
TIBCO Rules Management Server(RMS)
Symptoms:
=========
RMS throws the following exception -
C:\tibco\be\4.0\rms\bin>be-rms.exe
Using property file: C:\tibco\be\4.0\rms\bin\be-rms.tra
java.lang.RuntimeException: Cannot read CDD:default.cdd
at com.tibco.cep.runtime.session.RuleServiceProviderManager.createBEProp
erties(RuleServiceProviderManager.java:101)
at com.tibco.cep.runtime.session.RuleServiceProviderManager.newProvider(
RuleServiceProviderManager.java:301)
at com.tibco.cep.container.standalone.BEMain.jumpStart(BEMain.java:110)
at com.tibco.cep.container.standalone.BEMain.main(BEMain.java:52)
Caused by: java.lang.NullPointerException
at java.io.File.<init>(File.java:222)
at com.tibco.cep.runtime.session.RuleServiceProviderManager.readCdd(Rule
ServiceProviderManager.java:180)
at com.tibco.cep.runtime.session.RuleServiceProviderManager.createBEProp
erties(RuleServiceProviderManager.java:99)
... 3 more
System exit requested by thread [main] with status: -1
System.exit(..) will be invoked now with status: -1
Cause:
=====
CDD (Cluster Deployment Descriptor) file and processing unit are not specified as RMS.ear .
Resolution:
=========
1). For starting from the commnad line :
<BE_4.0_HOME>\rms\bin\be-rms.exe -u default -c "<BE_4.0_HOME>\rms\bin\RMS.cdd" "<BE_4.0_HOME>rms\bin\RMS.ear"
2). Go to:
Start Menu-> TIBCO->BE_4.0_HOME -> TIBCO Business Events4.0->Start Rules Management Server.
References::
==========
For more information for starting the 4.0.0 application from the command line refer to the section "Start the Engine and Run the Application" in "tib_be_getting_started.pdf" documentation.