FileNotFoundException while trying to check out a project from TIBCO BusinessEvents Rules Management Server (RMS).
book
Article ID: KB0088120
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Description: While trying to check out a project from TIBCO BusinessEvents Rules
Management Server (RMS), the following error is thrown:
"java.lang.RuntimeException: java.io.FileNotFoundException:
c:\tibco4\be\5.0\rms\examples\AdvancedMonitoring\decisiondata\.concept
(The system cannot find the file specified)" exception. Symptoms: Unable to checkout a project from an RMS server. - In the Decision Manager, after clicking the "Get Artifacts" button, the names of the artifacts in the list are blank (null). - After clicking the "OK" button, the following exception continues to be seen:
2012 Feb 08 15:48:30:130 GMT -5 sonu Info [inf.Checkpointer] - [runtime.service] [inf] Acknowledged 2 Events in 0 ms. 2012 Feb 08 15:48:34:607 GMT -5 sonu Error [I/O_dispatcher_1] - [runtime.service] [inf] Got runtime exception while executing Rule be.gen.Approval.Rules.ArtifactsRuleSet.AMS_RU_RetriveSelectedArtifactsRule(Approval.Rules.ArtifactsRuleSet.AMS_RU_RetriveSelectedArtifactsRule) Action be.gen.Approval.Rules.ArtifactsRuleSet.AMS_RU_RetriveSelectedArtifactsRule$AMS_RU_RetriveSelectedArtifactsRule_a@1ebec47 Objects <be.gen.Approval.Events.ArtifactEvents.AMS_E_RetrieveSelectedArtifactsRequestEvent@id=110> java.lang.RuntimeException: java.io.FileNotFoundException: c:\tibco4\be\5.0\rms\examples\AdvancedMonitoring\decisiondata\.concept (The system cannot find the file specified) at com.tibco.be.functions.file.FileHelper.readFileAsBytes(SourceFile:412) ...
Cause: The baselocation property in RMS.cdd is configured with a lower case driver letter: <property name="rms.projects.baselocation" type="string" value="c:/tibco4/be/5.0/rms/examples"/>
Issue/Introduction
FileNotFoundException while trying to check out a project from TIBCO BusinessEvents Rules Management Server (RMS).
Resolution
Configure the baselocation property in RMS.cdd file with caps driver letter(e.g. C:) will help resolve the issue. >>>>>>>>>> <property name="rms.projects.baselocation" type="string" value="C:/tibco4/be/5.0/rms/examples"/> <<<<<<<<<<
Attachments
FileNotFoundException while trying to check out a project from TIBCO BusinessEvents Rules Management Server (RMS).
get_app