Error thrown when trying to access the configuration of an EAR : Failed to get the configured app archive.

Error thrown when trying to access the configuration of an EAR : Failed to get the configured app archive.

book

Article ID: KB0094208

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Resolution:
Description:
============
Error thrown when trying to access the configuration of an EAR : Failed to get the configured app archive.

Environment:
===========
TIBCO Runtime Agent(TRA) 5.6.x ,
TIBCO Administrator 5.6.x


Details:
========
When checking the Administrator.log we see the error "VFileFactory already destroyed" .
===================================
2011 Jan 18 17:19:30:246 GMT +1 Error [ServiceConfiguration] AESDKJ-0000 [http-8080-Processor23]  java.lang.RuntimeException: VFileFactory already destroyed
    at com.tibco.objectrepo.vfile.memfile.MemVFileFactory.getRootDirectory(MemVFileFactory.java:246)
    at com.tibco.pof.admindomain.impl.DeploymentConfigurationImpl$WrapperVFileFactory.getRootDirectory(DeploymentConfigurationImpl.java:1543)
    at com.tibco.archive.impl.ApplicationArchivePluginSourceFormat.loadSource(ApplicationArchivePluginSourceFormat.java:67)
    at com.tibco.util.plugin.helpers.PluginManagerImpl.a(PluginManagerImpl.java:253)
    at com.tibco.util.plugin.helpers.PluginManagerImpl.loadPluginSourceSet(PluginManagerImpl.java:212)
    at com.tibco.archive.impl.ServiceArchiveImpl.loadServiceArchive(ServiceArchiveImpl.java:227)
    at com.tibco.archive.impl.ServiceArchiveImpl.&ltinit>(ServiceArchiveImpl.java:111)
    at com.tibco.archive.impl.ApplicationArchiveImpl.&ltinit>(ApplicationArchiveImpl.java:50)
    at com.tibco.archive.helpers.ApplicationArchiveFactory.a(ApplicationArchiveFactory.java:130)
    at com.tibco.archive.helpers.ApplicationArchiveFactory.getApplicationArchive(ApplicationArchiveFactory.java:96)
    at com.tibco.pof.admindomain.impl.DeploymentConfigurationImpl.getConfiguredApplicationArchive
===================================

  
Resolution:
===========
The “VFileFactory already destroyed” error indicates that the Admin server is trying to retrieve information from temporary files which somehow are already removed.

Admin server caches some temporary files to prevent running out of memory.This kind of error may happen if the temporary files are removed when the Admin server is still running.

Stop the Admin server, clean the temp folder, restart the Admin server and check if the problem is resolved.

Issue/Introduction

Error thrown when trying to access the configuration of an EAR : Failed to get the configured app archive.