Data Source Toolkit Guide > Adapter Package Deployment > Troubleshoot Package Deployment
 
Troubleshoot Package Deployment
You can check to see if deployment was successful in various ways:
Use the -verbose option and look for a confirmation message.
You can select New Data Source from a Studio menu and scroll to the new extension adapter in its alphabetical place in the list of physical data sources.
You can click Refresh All In the Studio icon bar and look for the adapter under the <host_name>/packages/<package_name> folder in the resource tree.
Validation of Configuration at Deployment
Deployment validation can have various outcomes:
Failure:
If the contents of the JAR do not conform to the expected structure, or if the YAML document representing the adapter configuration is malformed, deployment of the extension adapter package is aborted.
If validation of the adapter configuration file produces errors, deployment of the extension adapter package is aborted. See Validation of Configuration When Adapter Configuration Is Saved.
The package duplicates a package of the same type and version as one that has already been deployed.
The package is not compatible with the current version of the server.
Success with warnings:
If validation produces only warnings, the deployment succeeds, and the validation warning messages are written to the server log.
Success