java.io.FileNotFoundException when tryng to create a Project Library in TIBCO BusinessEvents (BE) 5.2.

java.io.FileNotFoundException when tryng to create a Project Library in TIBCO BusinessEvents (BE) 5.2.

book

Article ID: KB0093071

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:

Issue :
In BE 5.2 ,when you try to create/export a project library out of the project and the project already depends on another project library, the following error is thrown: 


Error Message :
java.io.FileNotFoundException: E:\workspace\be\BE5.2\FraudDetectionCache\CEPCommonObjects.projlib\.beproject (The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at com.tibco.cep.studio.core.util.DependencyUtils.processPath(Unknown Source)
    at com.tibco.cep.studio.core.util.DependencyUtils.processResource(Unknown Source)
    at com.tibco.cep.studio.core.util.DependencyUtils.buildProjectLibrary(Unknown Source)
    at com.tibco.cep.studio.ui.wizards.export.ProjectLibraryExportWizard.performFinish(Unknown Source)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853)
    
Warning Message:
"Project Library export: Dependency exists on a shared element, need to include project library 'C:/Users/djeyacha/Downloads/BE5.2-migration/BE5.2-migration/CEPCommonObjects.projlib' when using this project library".
    
    
Resolution:    
Unselect the dependent project library in the export wizard. Refer to the attachment. (Filename: ProjectLibraryFix.png). Note that the log message is telling you that you must also include the dependent project library when using the newly created one.
    
Note:
A BE Jira defect ( BE-22503) has been raised for this issue.

Issue/Introduction

java.io.FileNotFoundException when tryng to create a Project Library in TIBCO BusinessEvents (BE) 5.2.

Additional Information

BE Engineering

Attachments

java.io.FileNotFoundException when tryng to create a Project Library in TIBCO BusinessEvents (BE) 5.2. get_app