Deployment failure to huge EAR size , ie EARs having big jar files or XML schemas in it.
book
Article ID: KB0090999
calendar_today
Updated On:
Products
Versions
TIBCO Administrator
-
Not Applicable
-
Description
Resolution: Deployment fails with the below error for large EARs
*** com.tibco.pof.entity.EntityStoreException: java.io.IOException: Stream closed at com.tibco.pof.admindomain.impl.DeploymentConfigurationImpl.getVFileFactory(DeploymentConfigurationImpl.java:976) at com.tibco.archive.impl.ApplicationArchivePluginSourceFormat.<init>(ApplicationArchivePluginSourceFormat.java:33) at com.tibco.archive.helpers.ApplicationArchiveFactory.a(ApplicationArchiveFactory.java:127) ***
Increase the java.heap.size.max to 512M and java.heap.size.initial to 32M in your /tra/domain/<domainName>/ hawkagent_<domainName>.tra file on the deployment(target) machine, restarting the Hawkagent and attempt your deployment should solve the above error.
Issue/Introduction
Deployment failure to huge EAR size , ie EARs having big jar files or XML schemas in it.