Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Resolution:
Occassionally, the TIB/Administrator will not successfully deploy BusinessConnect, and exceptions may be seen in the deployment log looking like this:
006 Oct 10 08:40:10:215 GMT -7 Error [ApplicationConfiguration] AESDKJ-0000 [HttpProcessor[18082][4]] com.tibco.objectrepo.OperationFailedException: Error retrieving stream for VFile OnStartup.process URI=
at com.tibco.archive.impl.filevff.FileVFileStream.getInputStream(FileVFileStream.java:32)
.
.
.
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
at java.lang.Thread.run(Thread.java:797)
Caused by: java.io.FileNotFoundException: /tmp/tibco_BCDEV_Administrator_tdbw02.ssg.petsmart.comachive1160097400813/Gateway/Shared/Startup-Shutdown/OnStartup.process (A file or directory in the path name does not exist.)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:135)
at com.tibco.archive.impl.filevff.FileVFileStream.getInputStream(FileVFileStream.java:29)
... 54 more
Underlying cause:
java.io.FileNotFoundException: /tmp/tibco_BCDEV_Administrator_tdbw02.ssg.petsmart.comachive1160097400813/Gateway/Shared/Startup-Shutdown/OnStartup.process (A file or directory in the path name does not exist.)
at java.io.FileInputStream.open(Native Method)
at com.tibco.archive.impl.ServiceArchiveImpl.setMapAction(ServiceArchiveImpl.java:628)
This occurs if the /tmp directory (where the archive is first built before deployment) is tampered with by another process, or if the /tmp directory is full. To correct this issue,
1. Stop the Administrator
2. Delete the archive directories that corresponde with the domain/BC name.
3. Restart the Administrator
4. Try to deploy again.