vRealize Code Stream might not load a plug-in.
Problem
When vRealize Code Stream attempts to load a plug-in, the endpoint for the plug-in does not appear in the drop-down menu, and displays an error message.
Cause
The plug-in might fail to load when you install and configure the current version of vRealize Code Stream.
Solution
- Establish an SSH connection to the virtual appliance.
For example: ssh root@VRCS_APPLIANCE
- Check the status of the service with the following command:
service tekton-server status
- If the status appears as stopped, run the service with the following command:
service tekton-server restart
If the endpoint still does not appear, contact Customer Support.