E2568 Unable to execute 'command'

From RAD Studio
Jump to: navigation, search

Go Up to Platform Assistant Server Errors Index


When this error occurs, you might get a second error line with the output of the executable in the specified 'path'. This output hints at the underlying error.

If you get any other output, you must ensure that the Android SDK that you have assigned to the Android platform in your project has the right JarSigner location path defined. You can review and edit your Android SDKs from the SDK Manager.

jarsigner error: java.lang.RuntimeException: keystore load: Keystore was tampered with, or password was incorrect

The keystore password configured for the Android - Application Store build type is wrong.

Open the Provisioning page where you configured your keystore file and signing certificate, either in your project options or in the RAD Studio tools options, and update the value of the KeyStore Password field.

Note: You can click Check Passwords to ensure that the entered password is correct.

jarsigner: Certificate chain not found for: <certificate alias>

In the keystore file configured for the Android - Application Store build type, there is no certificate with the specified alias.

Open the Provisioning page where you configured your keystore file and signing certificate, either in your project options or in the RAD Studio tools options, and update the value of the Alias in KeyStore and Alias password fields.

Notes:
  • You can click Get Certificates to update the list of certificate aliases in the Alias in Keystore combo box.
  • You can click Check Passwords to ensure that the entered certificate password is correct.

jarsigner: key associated with <certificate alias> not a private key

The password of the keystore certificate configured for the Android - Application Store build type is wrong.

Open the Provisioning page where you configured your keystore file and signing certificate, either in your project options or in the RAD Studio tools options, and update the value of the Alias password field.

Note: You can click Check Passwords to ensure that the entered password is correct.

jarsigner error: java.lang.RuntimeException: keystore load: <keystore path> (The system cannot find the file specified)

The keystore file configured for the Android - Application Store build type does not exist.

Open the Provisioning page where you configured your keystore file and signing certificate, either in your project options or in the RAD Studio tools options, and update the value of the KeyStore File field.

Note: If you do not have a keystore, click New Keystore to open the Create a new Keystore/Alias wizard and create a new one.

See Also