Troubleshooting Archive Issues

Some archive issues and possible resolutions are listed below. This list is not complete but provides examples of messages that might be returned.

For a complete list of error codes, see the TIBCO ActiveMatrix BusinessWorks™ Error Codes guide.

Issue Message Resolution
The specified archive could not be uploaded; it could not be located. TIBCO-BW-ADMIN-CLI-500433: Failed to upload archive [Archive], <CausedBy> TIBCO-THOR-FRWK-CMN-500101: Ear file [Archive] is not found. The specified archive could not be found. Check the path and the archive filename and issue the command again.
The specified archive has already been uploaded to the specified domain. TIBCO-BW-ADMIN-CLI-500433: Failed to upload archive [archive], <CausedBy> TIBCO-BW-ADMIN-500447: Archive [Archive] is already present in the domain, use -replace option to replace the existing archive. The specified archive has already been uploaded to the specified domain. To replace the archive, upload the archive again, using the -replace option with the upload command.

Use the show archives command to view archives, versions, time uploaded, size, and path.

The specified archive could not be uploaded to all machines in the domain. TIBCO-BW-ADMIN-CLI-500432: Failed to upload ear file [Archive] to some machines in the domain. Not all machines that the domain has been expanded to are reachable. Check that machines are running.
The specified archive has already been uploaded; the application archive has already uploaded and deployed. TIBCO-BW-ADMIN-CLI-500438: The application [Application] from archive [Archive] has been deployed to these AppSpaces:

AppSpace

You already uploaded the archive and deployed the specified application from the archive. The message displays the AppSpaces the application has been deployed to.

Use the show applications command to view applications, versions, and statuses.

The specified archive could not be deleted. TIBCO-BW-ADMIN-CLI-500434: Failed to delete archive [Archive] <CausedBy> Reason The specified archive may not exist in the current domain context. If this is the case, the following message is appended:

TIBCO-BW-ADMIN-500418: Application archive file [Archive] not found in the domain [Domain].

Use the show archives command to view archives, versions, time uploaded, size, and path.

The specified archive may be deployed and cannot be deleted. In this case, the following message is displayed:

TIBCO-BW-ADMIN-500450: Archive [Archive] has been deployed to the AppSpaces: [AppSpaces].

The specified application is not in sync with the specified archive. TIBCO-BW-ADMIN-CLI-500439: Applications are out of sync with the archive they were deployed from, They have to be re-deployed to keep them in sync. The application is no longer in sync with the archive. Use the deploy -replace command to replace the existing version of the application with the version from the archive.

This message is displayed with other messages, for example, if the archive could not be uploaded.