Enabled SSL in the HTTP listener step and provided a keystore. When the service is being deployed the keystore is not being added to the MAR file.
The exception "Cannot load keystore file named" is being thrown in the VSE log files.
The keystore file wasn't available under the $LISA_PROJ_ROOT or $LISA_RELATIVE_PROJ_ROOT/../
As per our documentation, MAR files are created from files inside the project folder - $LISA_PROJ_ROOT - Working with Model Archives (MARs).
However, during tests, it was observed that files under $LISA_RELATIVE_PROJ_ROOT/../ will also be added to the MAR file.