-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
When executing the show-domain-info example for the openshift-java-client at https://github.com/adietish/show-domain-info one runs into an error:
The ssh session is null when trying to retrieve the environment properties.
The error occurrs when:
Main#printApplicationInfo(IUser user)
System.out.println("*******"+application.getEnvironmentProperties());
An OpenShiftSSHOperationException "No SSH session available for application" is thrown.
- blocks
-
JBIDE-16951 Update code that uses the OSJC ssh sessions to use the new ApplicationSSHSession class
- Closed