Troubleshooting package deployment issues
This topic lists the issues that you might encounter while deploying a package. See the guidelines in this topic to obtain the appropriate logging and troubleshooting steps.
Symptoms
The AR System Deployment Management Console displays error after you deploy a package.
Scope
- One or more users experience the problem.
- In a Server Group environment, this could affect one or more servers
Resolution
Perform the following steps to troubleshoot issues while deploying packages:
Step | Task | Description |
---|---|---|
1 | Review the Configuration |
|
2 | Collect the logs | Identify and record any related errors in following logs in ARSystemInstallDirectory/ARSystem/db directory. Enable the following logs before importing the package and reproduce the issue. Copy the arjavaplugin.log logs to another location where you can review them so that they do not get overwritten. Note that a few logs may be large in size depending on use case performed. |
3 | Disable logs | Disable the arjavaplugin.log by changing the log level to INFO. |
4 | Create a BMC Support Case | Collect and send logs and detailed information when creating a case with BMC Support:
|
Cause and resolution for error messages
Once you have determined a specific symptom or error message, use the following table to analyze the issue:
Issue | Cause and resolution |
---|---|
The payload deployment does not progress after displaying the Waiting For Utility Run status | Possible mismatch between the File Deployer property and the value of the AR System monitor local deployment required flag. Solution: When you change the filedeployer.localDeploymentRequired property in the deployconfig.properties file from True (manual deployment) to False(automatic deployment), this change is synced with the AR System server. This sync requires 10 minutes. During the sync process, if the AR System server restarts, the sync may fail because the File Deployer cannot connect with the AR System Server. In this scenario, the payload is deployed neither manually nor automatically. Perform the following steps: Note: Avoid the possibilities of AR Server restart while performing these steps:
|
AR System Deployment Management Console displays the Init Error. | Package is not uploaded completely after import. The package is imported but the package contents are not uploaded to the AR System forms. Solution:
|
AR System Deployment Management Console displays the following error: Init Pending Deploy | Solution: Open the arjavaplugin.log file and search for errors related to:
|
AR System Deployment Management Console displays the following error: Application is not able to connect with Plugin. Please contact your Administrator. (ARNOTE 10000) | Solution:
|
The arjavaplugin.log file contains the following error for some files: Access is denied. | No permission to access the BMC_DEPLOYMENT_PACKAGE folder. If there is no permission to access the BMC_DEPLOYMENT_PACKAGE folder, the deploy operation fails. During the package deployment process, the package attachments are downloaded from the AR System forms but the directory is inaccessible to copy the package contents to the local system. The Deployment Management Console does not show any error message related to this. Relevant error message is logged in the arjavaplugin.log file. Solution: Provide Read/Write permission to the BMC_DEPLOYMENT_PACKAGE folder and its parent folders. The BMC_DEPLOYMENT_PACKAGE folder is available at the following location:
|
AR System Deployment Management Console displays the Unable to communicate with the plugin server error. | Target server or the plugin server is down. If the target server or the plugin server is down, package deployment fails. If the server and plugin server was running when the operation was initiated, but later crashed, the Deployment Management Console shows Processing Error. If the plugin server only crashed but the commands had been taken over by the target server, then there is a chance that the package operation will be completed. Solution: It is recommended that you roll back the package and start the deployment operation again. See Applying-a-patch. After you roll back the package, before you start the deployment again, perform the following to clean up the package trace:
|
The AR System Deployment Management Console displays the [ARERR]:10000 error. | Precheck validation failure A user created package can contain prechecks to validate the package and its contents. For example, a package creator can define a precheck to ensure that a package containing SRM must get installed on a system that has SRM installed on it and a custom error message must be displayed if SRM is not installed on that system. If this condition is met, the package deployment fails displaying the custom error message. If the precheck is incorrect, you will see the custom error message that is defined during precheck definition. Solution:
|
The arjavaplugin.log file contains the following error message:[main] WARN com.bmc.arsys.filedeployer. | Environment variable BMC_REMEDY_ITSM_SUITE_HOME is not found. Some of the payload entries got skipped because the ITSM Home environment variable was not found. Solution: After deployment of ITSM latest deployment package, verify that all expected payload entries are successfully deployed.
|
The package deployment is stuck even though the payload deployment utility has completed its run. | The package deployment becomes unresponsive because file deployer service is not running or not responding. Ensure that the file deployer service is running. Perform the following: (Linux)
ps-ef | grep filedeployer
kill -9 <processID_FileDeployer> (Windows)
ARMonitor starts the file deployer service automatically. |
Related topics